πStep 2 - User KYC
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200
OK
*/*
get
/v1/kyc/start200
OK
Last updated
OK
OK
Last updated
GET /v1/kyc/start HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"success": true,
"data": {
"identificationUrl": "text",
"userId": "text",
"phoneNumber": "text",
"numberOfAttempts": 1,
"identificationId": "text"
},
"errorCode": 1,
"errorMessage": "text"
}