Contact Lists
Get Contacts in List
Search and retrieve contacts within a specific contact list using the AutoSend API.
POST
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Body
Search parameters for retrieving contacts within a listThe ID of the contact list to search in.Example:
"60d5ec49f1b2c72d9c8b4567"Page number for pagination (starts at 1).Minimum:
1Default: 1Example: 1Number of results per page.Range:
1 - 100Default: 20Example: 20Filter contacts by email address (partial match).Example:
"jane"Response
Contacts retrieved successfullyIndicates if the request was successfulExample:
true