List Client Document Records

Use this API to retrieve the list of client identifiers

Additional filters can be passed to retrieve specific client identifiers.

Ex: Active client identifiers can be retrieved by passing the status parameter as ACTIVE.

If it's required to retrieve specific fields/information about a client identifiers, then those parameters can be passed in the fields query parameter.

Example Requests:

  1. /clients/1/identifiers
  2. /clients/1/identifiers?fields=documentKey,documentType,status
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!