v1

latestOpenAPI 3.1.02026-07-1315527.8 KB
Contacts

List contacts

Get a paginated list of contacts with cursor-based pagination.

get/contacts

Query parameters

limitinteger

Maximum items per page

cursorstring

Pagination cursor

searchstring

Case-insensitive substring match on email.

Response

List of contacts

cursorstring nullable

Cursor for the next page. Pass this back as the cursor query parameter to fetch the next page.

hasMoreboolean
totalinteger

Total count. Only populated on the first page (when no cursor is supplied); subsequent pages return 0 to avoid the recount cost.