Contacts
List contacts
List contacts and filter them by any custom properties.
To filter contacts on custom property, just add the property with its exact value as a query parameter:
myCustomProp=ThisIsAValue
This will return the contacts where myCustomProp exactly matches the provided value.
GET
List contacts
Query Parameters
The cursor used in pagination. This is the index of the first contact to be returned.
The maximum number of contacts to be returned. The default is 20.
The property used to sort the contacts by. The default is Name.
The sorting direction for the returned contacts. Accepted values: ASC, DESC. The default is ASC.
Response
200 - application/json
Contacts returned
