Documentation Index
Fetch the complete documentation index at: https://docs.heffl.com/llms.txt
Use this file to discover all available pages before exploring further.
Pagination
List endpoints in API v2 use cursor-based pagination with a consistent shape:Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
cursor | string | none | Cursor from the previous response (meta.nextCursor) |
pageSize | number | 30 | Items per page (max 100) |
API v2 uses
pageSize. Legacy v1 list endpoints use limit instead.