CryptoPass API Docs

Create Applicant

Create Applicant

Creates a new applicant for verification.

Endpoint

POST /v1/applicants

Parameters

  • externalUserId - your user identifier
  • levelName - verification level

Example Request

curl -X POST https://api.cryptopass.local/v1/applicants \
  -H "X-App-Token: <your token>" \
  -H "Content-Type: application/json" \
  -d '{"externalUserId":"user-123","levelName":"basic-kyc"}'