List all customers

Returns a list of customers.

The customers are returned sorted by creation date, with the most recent customer appearing first.

get

List all customers.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

Query parameters
limitinteger · max: 100Optional

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

Default: 10
startingAfterstringOptional

A cursor for use in pagination. startingAfter is an opportunity ID.

endingBeforestringOptional

A cursor for use in pagination. endingBefore is an opportunity ID.

channelstring · enumOptional

Only return the customers for the specified channel.

Possible values:
emailstringOptional

Filters the list by the customer's email address. The filter is case-sensitive.

phonestringOptional

Filters the list by the customer's phone number.

tagsstringOptional

Filters the list by the customer's tags.

Responses
200

Successful Response

application/json
get
/v1/agents/{agentId}/customers

Tags Parameter Limitation

Last updated