Cursor pagination
Lists returnobject: "list" with a pagination block:
next_cursor as ?cursor=:
has_more is false, you’ve reached the end.
limit ranges from 1 to 100 (default 25).
Filters
Many lists accept query filters. Examples on contacts:Sparse fieldsets
Request only the fields you need with?fields= (comma-separated). object and id always return:
Structured search
For richer filters (including custom fields), usePOST /v1/{resource}/search:
GET.