Rate Limits
If exceeded, the API responds with
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.