Get contacts in a list
Retrieve all contacts belonging to a specific list, identified by its list ID. Results are paginated with a default of 50 contacts per page (maximum 500) and sorted in descending order of creation. You can optionally filter contacts by their modification date using the modifiedSince parameter.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
listId
Id of the list
Query parameters
modifiedSince
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.
limit
Number of documents per page
offset
Index of the first document of the page
sort
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Allowed values:
Response
Contact informations
contacts
count
Number of contacts
Errors
400
Bad Request Error
404
Not Found Error
429
Too Many Requests Error