Skip to main content
GET
Get KYB verification result

Authorizations

ds-api-token
string
header
required

Path Parameters

request_id
string<uuid>
required

The request ID returned from the verification submission

Example:

"019c9e79-4d64-73e1-9f30-5374f0f57975"

Response

Verification result

request_id
string<uuid>

The verification request ID

Example:

"019c9e79-4d64-73e1-9f30-5374f0f57975"

status
enum<string>

Current status of the verification

Available options:
initial,
verified,
not_verified,
failed
verification_type
enum<string>

Type of verification that was performed

Available options:
document_verification,
us_company_registry_check,
tin_verification
response_data
object

Verification-specific result; the shape depends on verification_type: us_company_registry_checkKybUsRegistryResponse, tin_verificationKybTinResponse, document_verification → document result (see the Document Verification guide). Fields the source did not provide are omitted from the object.

created_at
string<date-time>

ISO 8601 timestamp when the request was created

completed_at
string<date-time> | null

ISO 8601 timestamp when the verification completed