v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
KYC Links

Get all KYC links.

Retrieve the full list of kyc links.

get/kyc_links

Query parameters

customer_idstring

If included, filters to KYC links for the customer with the given id

emailstring

If included, filters to KYC links for the customer with the given email

starting_afterstring

This is a customer id. If this is specified, the next page that starts with a customer right AFTER the specified customer id on the customer timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that customers older than the specified customer id will be returned (shouldn't be set if ending_before is set)

ending_beforestring

This is a customer id. If this is specified, the previous page that ends with a customer right BEFORE the specified customer id on the customer timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that customers newer than the specified customer id will be returned (shouldn't be set if starting_after is set)

limitinteger

The number of items to return (min 1, default 10, max 100)

Response

Successful KYC links status response

countinteger required

total number of items in data