Pagination

Pagination metadata is included in response headers.

The Claimable API provides pagination metadata in the response headers when responding to your requests.

Not all endpoints support pagination, but those that do will include the following headers to help you traverse all records across multiple pages.

Pagination Response Headers

HeaderDescription
LinkThe Link header was introduced in RFC 8288 and provides a standards-compliant way to refer to links for the previous page, next page and last page.
Total-CountThe total number of records across all pages.
Per-PageThe number of records included per-page.
Current-PageThe current page.
Total-PagesThe total number of pages.

These headers tell you everything you need to know to make the multiple requests necessary to fetch all records that span multiple pages.