Customers API
Retrieve a list of customers
Retrieve a list of customers for the authenticated workspace.
GET
Authorizations
Default authentication mechanism
Query Parameters
A case-sensitive filter on the list based on the customer's email
field. The value must be a string. Takes precedence over externalId
.
A case-sensitive filter on the list based on the customer's externalId
field. The value must be a string. Takes precedence over search
.
A search query to filter customers by email, externalId, or name. If email
or externalId
is provided, this will be ignored.
Whether to include expanded fields on the customer (link
, partner
, discount
).
The page number for pagination.
Required range:
x > 0
Example:
1
The number of items per page.
Required range:
0 < x <= 100
Example:
50
Response
200
application/json
The list of customers.
The response is of type object[]
.