This endpoint returns a list of customers corresponding to the filter provided. Please refer to the filters page to learn how to correctly build the filter parameter.

Log in to see full request history
Query Params
integer

Customers are paginated, this is the current page returned.

string

You can choose to filter customers on specific attributes (name, country_alpha2, vat_rate, etc).

Please refer to the filters page to learn how to correctly build the filter parameter.

For instance, you can select the customers that have the country_alpha2 FR by using the following filter: [{"field": "country_alpha2", "operator": "eq", "value": "FR"}].

Responses

Response body
object
integer
required
integer
required
integer
required
customers
array
required
customers*

Language
Credentials
OAuth2