KYC Verifications

List identifications

get/kyc/identifications/

Query parameters

clientIdstring
pageinteger

A page number within the paginated result set.

perPageinteger

Number of results to return per page.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.