Create Applicant
Creates a new applicant for verification.
Endpoint
POST /v1/applicantsParameters
| Parameter | Description |
|---|---|
externalUserId | Your user identifier |
levelName | Verification level |
Example
curl -X POST https://api.cryptopass.com/v1/applicants \
-H "X-App-Token: <your token>" \
-H "Content-Type: application/json" \
-d '{"externalUserId":"user-123","levelName":"basic-kyc"}'