Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Page number.
1
Number of records per page.
20
Filter customers by account type.
["customer", "partner"]
Filter customers by billing entity codes.
[
"billing_entity_code_1",
"billing_entity_code_2"
]
Filter customers by search term. This will filter all customers whose name, firstname, lastname, legal name, external id or email contain the search term.
"John Doe"
Filter customers by countries. Possible values are the ISO 3166-1 alpha-2 codes.
["US", "FR"]
Filter customers by states.
["CA", "Paris"]
Filter customers by zipcodes.
["10115", "75001"]
Filter customers by currencies.
["USD", "EUR"]
Filter customers by whether they have a tax identification number or not.
true
Filter customers by metadata. Replace key
with the actual metadata key you want to match, and provide the corresponding value. Providing empty value will search for customers without given metadata key. For example, metadata[is_synced]=true&metadata[last_synced_at]=
.
"value"
Filter customers by customer type.
company
, individual
"company"
Filter customers by whether they have a customer type or not.
true