Know Your Business (KYB)

Get Latest AutoKYB Outcome

Return the most recent AutoKYB analyze outcome for an identity. Same access as GET /v1/identities/:identityId. 404 if the identity is inaccessible or no pass has been recorded.

get/api/identity-service/v1/identities/{identityId}/auto-kyb/latest

Path parameters

identityIdstring required

The unique ID of the identity

Response

200

status'running' | 'complete' | 'partial' | 'failed' | 'skipped' required

Status of the most recent AutoKYB analyze pass

mode'prefill' | 'suggest' required

AutoKYB operating mode used for the pass

requestIdstring required

Identifier of the AutoKYB analyze pass that produced this

gapsstring[]

Field keys still missing after the pass

updatedAtstring date-time required

When the outcome was last written, ISO 8601

Changes