CryptoPass API Docs

Get Applicant

Get Applicant

Returns an applicant profile by its identifier.

Endpoint

GET /v1/applicants/{id}

Example Request

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