Fetch the IDnow video identification session data
Fetch the IDnow video identification session data
Path parameters
-
User id
-
Identity or Legal representative id
-
Resource ID
GET /users/{user_id}/kyc/identities/{identity_id}/video_identifications/{id}
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/identities/{identity_id}/video_identifications/{id}
Response examples (200)
{
"id": "string",
"identity_id": "string",
"idnow_id": "string",
"redirect_url": "string",
"statuses": [
"string"
],
"data": {},
"url": "string",
"has_files": true,
"completed": true,
"success": true,
"rejected": true,
"pending": true,
"reason": "string",
"identificationtime": "string",
"status": "string"
}
Response examples (200)
{
"id": "string",
"identity_id": "string",
"idnow_id": "string",
"redirect_url": "string",
"statuses": [
"string"
],
"data": {},
"url": "string",
"has_files": true,
"completed": true,
"success": true,
"rejected": true,
"pending": true,
"reason": "string",
"identificationtime": "string",
"status": "string"
}