Each item is a contact record whose keys are the union of the source contact
lists’ field schemas (defaults plus any custom fields). See
Get contact list for how field schemas are described.
Example response
{
"pagination": {
"page": 1,
"page_size": 25,
"total_count": 1824,
"total_pages": 73
},
"items": [
{
"id": 4821,
"email": "john.doe@example.com",
"first_name": "John",
"last_name": "Doe",
"status": "subscribed",
"plan": "pro"
}
]
}
Query parameters
Param name
Possible values
Description
page
Integer
1-based page number. Default 1.
page_size
Integer
Number of contacts per page. Default 25.
search
String
Keyword search across the contacts’ text fields.
Possible response codes
Status code
Description
200
Contacts retrieved successfully (empty if the segment is not yet DONE).