Authentication
Authentication
Use the X-App-Token header to access the API.
Headers
X-App-Token: <your token>Content-Type: application/json
Example
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"}'