Filtering clients

Below is a list of attributes available for filtering clients.

Example - Get all clients for one type

In the example below, we will request to get all clients that are of type company.

curl -X GET https://api.complycube.com/v1/clients?type=company \
     -H 'Authorization: <YOUR_API_KEY>'

Last updated