Rate Limits
| Limit | Value |
|---|---|
| Per endpoint, per second | 1 request |
| Per endpoint, per day | 128 requests |
HTTP 429 Too Many Requests. Contact Zodia to adjust limits for specific endpoints.
Pagination
For endpoints returning lists, usepaginationLimit and paginationOffset in the request payload.
paginationOffset is zero-based: 0 = first page, 1 = second page, and so on.