Contact Lists
GET a List
Use this method to get details about a specific contact list (list_id).
get/contact_lists/{list_id}
Path parameters
list_idstring uuid required
The system generated ID that uniquely identifies a contact list.
Query parameters
include_membership_count'all' | 'active'
Returns the total number of contacts per list that meet your selection criteria. Set the include_membership_count to active, to count only active contacts, or all to include all contacts in the count.
Response
Request successful
Example response
{
"list_id": "06526938-56dd-11e9-932a-fa163ea075fa",
"name": "Multiple purchases",
"description": "List of repeat customers.",
"created_at": "2016-01-23T13:48:44.108Z",
"updated_at": "2016-03-03T10:56:29-05:00",
"deleted_at": "2016-03-03T10:56:29-05:00",
"membership_count": 327
}