Skip to main content
GET
Retrieve Latest KYC Submission

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Path Parameters

customerId
string<uuid>
required

Unique identifier for the customer.

Response

Latest KYC submission retrieved successfully.

customerId
string<uuid>
required

Unique identifier for the customer.

status
enum<string>
required

Current status of the KYC submission. IN_REVIEW: KYC is being reviewed, COMPLETED: KYC has been approved, FAILED: KYC was rejected.

Available options:
IN_REVIEW,
COMPLETED,
FAILED
createdAt
string<date-time>
required

Date and time the KYC submission was created (UTC format).