Skip to main content
List endpoints return paginated responses. Each response includes a links object for navigation URLs and a meta object with pagination details.

Example response

Use these URLs to move between pages without building query strings yourself.

Meta

meta.links is an array of page navigation entries. Each entry has: Use meta.links to render a page navigator (e.g. « Previous, 1, 2, 3, Next ») and meta.total / meta.last_page to show “Page X of Y” or “Showing N of M results”.