Contact List
GET {{apiBaseUrl}}/v1/contacts/list?page=1&pageSize=10
This API allows you to get a list of contacts with access to the specified account. If a searchKey query is added to this API, you will get a response based on the searchKey keyword.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | The page number of the contact page to return. | |
pageSize | number | The number of results returned per page. The value must be between 1 and 100. The default value is 10. |
RESPONSES
status: OK
{"pageDetails":{"pageSize":3,"page":1,"totalRecordsCount":43},"result":[{"id":"60c2c811-42e9-495b-a8ff-80e851b5c0aac_Ja5my","name":"Alex","email":"alexgayle@cubeflakes.com","companyName":"","jobTitle":"","phoneNumber":null},{"id":"60c2c811-42e9-495b-a8ff-80e851b5c0aac_LS8op","name":"Antony","email":"123@cubeflakes.com","companyName":"","jobTitle":"","phoneNumber":null},{"id":"60c2c811-42e9-495b-a8ff-80e851b5c0aac_U8pNX","name":"Cathy Sam","email":"cathysam@cubeflakes.com","companyName":"","jobTitle":"","phoneNumber":null}]}