Skip to main content
GET
/
api
/
v4
/
kyb
/
result
/
{request_id}
Get KYB verification result
curl --request GET \
  --url https://api.dataspike.io/api/v4/kyb/result/{request_id} \
  --header 'ds-api-token: <api-key>'
{
  "request_id": "019c9e79-4d64-73e1-9f30-5374f0f57975",
  "status": "initial",
  "verification_type": "document_verification",
  "response_data": {},
  "created_at": "2023-11-07T05:31:56Z",
  "completed_at": "2023-11-07T05:31:56Z"
}

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
response_data
object

Verification-specific response data. Structure depends on verification_type.

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