Get a list of Customers
GET {{baseUrl}}/customers
Request Params
| Key | Datatype | Required | Description | 
|---|
uid | string |  | Filter by Customer. Multiple values are allowed e.g. uid[]=uKxmLxUEiSj5h4M3&uid[]=y9reyPMNEWuuYSC1. | 
 |  |  |  | 
status | string |  | Filter by onboarding status. Please note that the initiated enum value will not be respected unless the include_initiated=true parameter is also provided. Multiple values are allowed e.g. status[]=queued&status[]=active. | 
 |  |  |  | 
include_initiated | boolean |  | By default, Customers in initiated status are not shown, even if the status=initiated parameter is provided. In order for Customers with status initiated to appear in search results, parameters must include include_initiated=true | 
 |  |  |  | 
kyc_status | string |  | Filter by KYC status. Multiple values are allowed e.g. kyc_status[]=approved&kyc_status[]=under_review. | 
customer_type | string |  | Only return Customers with a customer type matching exactly what is submitted. Multiple values are allowed e.g. customer_type[]=primary&customer_type[]=secondary. | 
 |  |  |  | 
first_name | string |  | Only return Customers with a first name matching exactly what is submitted. Multiple values are allowed e.g. first_name[]=Olive&first_name[]=Jack. | 
 |  |  |  | 
last_name | string |  | Only return Customers with a last name matching exactly what is submitted. Multiple values are allowed e.g. last_name[]=Oyl&last_name[]=Hammon. | 
 |  |  |  | 
email | string |  | Only return Customers with an email address matching exactly what is submitted. Multiple values are allowed e.g. email[]=olive.oyl@popeyes.com&email[]=olive.oyl2@gmail.com. | 
 |  |  |  | 
locked | boolean |  | Only return locked Customers if true and only return unlocked Customers if false | 
program_uid | string |  | Only return Customers belonging to the submitted Program. Multiple values are allowed e.g. program_uid[]=pQtTCSXz57fuefzp&program_uid[]=oPsSBRWy46etdeyo. | 
 |  |  |  | 
business_name | string |  | Only return Customers with a business name at least partially matching what is submitted. Exact matches will be sorted first. | 
 |  |  |  | 
external_uid | string |  | A unique, immutable id provided by the Client. Multiple values are allowed e.g. external_uid[]=uKxmLxUEiSj5h4M3&external_uid[]=y9reyPMNEWuuYSC1. | 
pool_uid | string |  | Filter by pool. Multiple values are allowed, e.g. pool_uid[]=wTSMX1GubP21ev2h&pool_uid[]=7UvkHn3Ss9AbWe2c. | 
 |  |  |  | 
limit | number |  | Maximum number of items to retrieve. This filter is automatically applied with the default value if not given. | 
 |  |  |  | 
offset | number |  | Index of the items to start retrieving from | 
sort | string |  |  | 
 
| Key | Datatype | Required | Description | 
|---|
Accept | string |  |  |