Show Contact List

Show a Contact List in an organization, including its member contacts.

The member contacts are returned in a defined, stable order: by contact name
ascending (contacts without a name last), with id as the tiebreaker.

Members support two pagination methods. Cursor-based (cursor/limit) is stable and
performant on large lists; it is triggered automatically when a cursor parameter is
provided, and cursor and offset cannot be combined. The cursor-based response returns a
metadata object with a next_cursor field — pass it back as cursor to fetch the next
page; when next_cursor is null, there are no more results. Offset-based
(offset) remains supported but is deprecated and always returns a fixed page of 50
members; its response also includes a metadata.next_cursor you can use to move onto
cursor pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Contact List ID

Query Params
string

Cursor for keyset pagination of the members. Use the next_cursor value from the previous response. Cannot be combined with offset.

integer

Number of members to return per page (cursor path only). Defaults to 50.

integer

Deprecated. Number of members to skip. Cannot be combined with cursor.

Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json