v10

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-02-242335121.2 KB
Contacts

List contacts

List merged contacts for a specific account with cursor-based pagination.

get/v1/accounts/{accountID}/contacts/list

Path parameters

accountIDstring required

Account ID this resource belongs to.

Account ID this resource belongs to.

Query parameters

cursorstring

Opaque pagination cursor; do not inspect. Use together with 'direction'.

Example:1725489123456|c29tZUltc2dQYWdl

Opaque pagination cursor; do not inspect. Use together with 'direction'.

direction'after' | 'before'

Pagination direction used with 'cursor': 'before' fetches older results, 'after' fetches newer results. Defaults to 'before' when only 'cursor' is provided.

Example:before

Pagination direction used with 'cursor': 'before' fetches older results, 'after' fetches newer results. Defaults to 'before' when only 'cursor' is provided.

limitinteger

Maximum contacts to return per page.

Maximum contacts to return per page.

querystring

Optional search query for blended contact lookup.

Optional search query for blended contact lookup.

Response

Request executed successfully

hasMoreboolean required

True if additional results can be fetched using cursors.

oldestCursorstring nullable required

Cursor for fetching older results (use with direction='before'). Opaque string; do not inspect.

newestCursorstring nullable required

Cursor for fetching newer results (use with direction='after'). Opaque string; do not inspect.