List all customers
Returns a list of customers.
List all customers.
Bearer {apikey}
The ID of the agent.
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
10A cursor for use in pagination. startingAfter is an opportunity ID.
A cursor for use in pagination. endingBefore is an opportunity ID.
Only return the customers for the specified channel.
Filters the list by the customer's email address. The filter is case-sensitive.
Filters the list by the customer's phone number.
Filters the list by the customer's tags.
Successful Response
Bad Request
Forbidden
Not Found
Tags Parameter Limitation
The tags query parameter currently filters customers using only the first tag provided. If multiple tags are specified in a comma-separated format, subsequent tags will be ignored.
Example:
?tags=vip✅ Filters customers with the "vip" tag?tags=vip,premium,gold⚠️ Only filters customers with the "vip" tag (premium and gold are ignored)
Last updated