KYC/KYB Verifications
Get a verification
Retrieve details of a specific verification by ID.
get/verifications/{verificationId}
Path parameters
verificationIdstring required
Verification ID
Response
Successful operation
Example response
{
"id": "Verification:019542f5-b3e7-1d02-0000-000000000001",
"customerId": "Customer:019542f5-b3e7-1d02-0000-000000000001",
"verificationStatus": "RESOLVE_ERRORS",
"errors": [
{
"resourceId": "Customer:019542f5-b3e7-1d02-0000-000000000001",
"type": "MISSING_FIELD",
"field": "customer.address.line1",
"acceptedDocumentTypes": [
"PASSPORT"
],
"reason": "Business address line 1 is required"
}
],
"createdAt": "2025-10-03T12:00:00Z",
"updatedAt": "2025-10-03T12:00:00Z"
}