contacts
List contacts (v2)
Retrieve contacts for the authenticated user with cursor pagination, filtering (where), sorting (orderBy), and field selection (include / select). Returns { data: { contacts: [...], pagination: { nextCursor, count } } }.
get/v2/contacts/
Query parameters
takeinteger
skipinteger
cursorstring uuid
{"stackTrail":"paths:/v2/contacts/:get:parameters:4:schema","oasType":"schema","type":"unknown"}
Response
Successful response