All list and search endpoints return paginated results.Documentation Index
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Default | Max | Description |
|---|---|---|---|---|
page | integer | 1 | — | Page number (1-indexed) |
size | integer | 20 | 100 | Results per page |
Response format
Every paginated response includes apagination object:
| Field | Description |
|---|---|
page | Current page number |
size | Results per page |
total_count | Total matching results across all pages |
total_pages | Total number of pages |
has_more | true if there are more pages after this one |