cURL
KYC/KYB Verifications
List verifications
Retrieve a list of verifications with optional filtering by customer ID and status.
GET
cURL
Authorizations
API token authentication using format <api token id>:<api client secret>
Query Parameters
Filter by customer ID
Filter by verification status Current status of the KYC/KYB verification
Available options:
RESOLVE_ERRORS, PENDING_MANUAL_REVIEW, IN_PROGRESS, APPROVED, REJECTED, READY_FOR_VERIFICATION Example:
"RESOLVE_ERRORS"
Maximum number of results to return (default 20, max 100)
Required range:
1 <= x <= 100Cursor for pagination (returned from previous request)
Response
Successful operation
List of verifications matching the filter criteria
Indicates if more results are available beyond this page
Cursor to retrieve the next page of results (only present if hasMore is true)
Total number of results matching the criteria