List KYC Records
Get the identity verification (KYC) records for every user on your platform.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Show only records with this status — for example pending, in_review, approved, or rejected.
How many records to return per page (1 to 200).
1 <= x <= 200How many records to skip before this page starts.
x >= 0Response
Successful Response
HTTP status code for the response.
Payload or error details.
UTC timestamp (milliseconds since epoch) when response was generated.
Total rows matching the request filters (not just this page).
x >= 0Page size used for this response. Null for cursor-paginated endpoints.
x >= 11-indexed page number for this response. Null for cursor-paginated endpoints.
x >= 1Total number of pages given the current limit. Null for cursor-paginated endpoints.
x >= 0Cursor for the next page, if available.

