Skip to main content
POST
/
v2
/
kyc
/
cop
/
api
Start COP KYC
curl --request POST \
  --url https://api.example.com/v2/kyc/cop/api \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "attemptId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Start COP KYC

POST request to /v2/kyc/cop/api

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Body

application/json

KYC COP is available only for INDIVIDUAL accounts. No body fields are required. COMPANY accounts receive HTTP 501.

KYC COP supports only INDIVIDUAL accounts. The request body is empty ({} accepted). COMPANY accounts receive HTTP 501.

Response

OK

attemptId
string<uuid>