Get Contacts
GET/contacts/
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Get Contacts
Note: This API endpoint is deprecated. Please use the Search Contacts(contacts/search) endpoint instead.
Request
Version stringrequired
API Version
Available options
2021-04-15locationId stringrequired
Location Id
startAfterId string
Start After Id
startAfter number
Start Afte
query string
Contact Query
limit number
Limit Per Page records count. will allow maximum up to 100 and default will be 20
Default value:
20Successful response
- application/json
- Schema
- Example (auto)
Schema
contactsobject[]
List of contacts associated with the business
countnumber
Total number of contacts matching the query
{
"contacts": [
{
"id": "ocQHyuzHvysMo5N5VsXc",
"locationId": "C2QujeCh8ZnC7al2InWR",
"country": "DE",
"source": "xyz form",
"dateAdded": "2020-10-29T09:31:30.255Z"
}
],
"count": 10
}