Get all the contacts
Authentication
The API key should be passed in the request headers as api-key for authentication.
Query parameters
Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
Filter (urlencoded) the contacts created after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Filter by a list of contact IDs. You can pass a maximum of 20 IDs. All elements must be integers.
Id of the segment. Either listIds or segmentId can be passed. Must be a positive integer (minimum value of 1).
Ids of the list. Either listIds or segmentId can be passed.