Get Applicant
Returns an applicant profile by its identifier.
Endpoint
GET /v1/applicants/{id}Example
curl -X GET https://api.cryptopass.com/v1/applicants/abc123 \
-H "X-App-Token: <your token>"Returns an applicant profile by its identifier.
GET /v1/applicants/{id}curl -X GET https://api.cryptopass.com/v1/applicants/abc123 \
-H "X-App-Token: <your token>"