Contact Lists

List contact lists

get/v2/contact-lists

Query parameters

page_sizeinteger

Number of records per page (default 50, max 100).

cursorstring

Opaque pagination cursor returned by the previous response.

created_afterstring date-time

Filter records created on or after this ISO 8601 timestamp.

created_beforestring date-time

Filter records created on or before this ISO 8601 timestamp.

Response

Paginated list of contact lists.

has_moreboolean required

Whether more records exist after this page.

next_cursorstring

Opaque cursor to pass as cursor in the next request.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.