Skip to main content
POST
/
v1
/
verification
/
start
Start identity verification
curl --request POST \
  --url https://orchestrator.control.coincover.com/v1/verification/start \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "user_identifier": "john.doe@example.com"
}
'
{
  "verification_id": "inq_abc123xyz"
}

Authorizations

X-API-Key
string
header
required

API key for authentication and authorization

Body

application/json
user_identifier
string
required

User identifier (REQUIRED)

Example:

"john.doe@example.com"

Response

200 - application/json

Verification started successfully

verification_id
string
required

Unique identifier for the biometric verification

Example:

"inq_abc123xyz"