Get Applicant

Returns an applicant profile by its identifier.

Endpoint

GET
http
GET /v1/applicants/{id}

Example

bash
curl -X GET https://api.cryptopass.com/v1/applicants/abc123 \
  -H "X-App-Token: <your token>"