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
ignore_mergeboolean
is_starredboolean
is_archivedboolean
has_location_exactstring
has_never_keep_in_touchboolean
has_tagstring uuid
has_emailboolean
has_phone_numberboolean
{"stackTrail":"paths:/v2/contacts/:get:parameters:4:schema","oasType":"schema","type":"unknown"}
linkedin_databoolean
groups_countboolean
coordinatesboolean
linkedin_databoolean
groups_countboolean
coordinatesboolean

Response

Successful response

Changes