Skip to main content
List endpoints take ?page=, starting at 1:
Page size is fixed per resource. Conversations return 25 per page; contacts also accept ?per_page= and answer with a meta block:
Keep paging until a page comes back with fewer items than the page size.
Older v1 resources wrap the list in payload; some v2 resources return the array directly. The response schema on each endpoint page shows which.