Retrieve customer contacts

Retrieves a list of contacts associated to specified customer based on filter criteria, pagination, and sorting parameters. By default, contacts are sorted by their name in ascending order.

Recipes
📇
Customer Contacts
Open Recipe
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
int64
1 to 500
Defaults to 20

Pagination: number of items to return (page-size)

int64
≥ 0
Defaults to 0

Pagination: number of records to skip

string

Refine search results to return only the items that meet specific criteria

boolean
Defaults to false

Pagination: a value of true specifies that the total result count is returned along with the results

string

Property(s) to order the results

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json