Most list endpoints accept aDocumentation Index
Fetch the complete documentation index at: https://docs.archeraffiliates.com/llms.txt
Use this file to discover all available pages before exploring further.
limit parameter so you can control page size.
The pagination style depends on the endpoint.
Offset pagination
Catalog-style endpoints useskip and limit.
| Field | Meaning |
|---|---|
total_count | Total rows that match the filters. |
fetched_count | Rows returned in the current response. |
skip by limit until you have fetched the rows you need.
Page pagination
Link listing usespage and limit.
page to fetch the next set of links.
Cursor pagination
Reports use cursor pagination.next_cursor, pass it back as cursor:
next_cursor is null, there are no more rows.