Cursor-based pagination
All list endpoints return paginated results. To page through them, use thecursor returned in the previous response.
cursor field.
This pattern applies to all list endpoints: /v1/inbox/comments, /v1/inbox/conversations, /v1/inbox/reviews, /v1/posts, /v1/media, and others.
Filtering
Most list endpoints support filtering parameters. For example:Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 25 | Results per page. Min 1, max 100. |
cursor | string | - | Opaque pagination cursor from previous response. |