Headers
Every response that passes the permission check includes your remaining allowance:When the limit is reached
Once the limit is used up, requests are not processed and the API returns 429:What counts?
- All requests that pass token, header and permission checks count, including those that end with a business rule error (400, 404).
- Requests rejected with an invalid token (401), a header error (400) or a permission error (403) do not count.
Tips
- Use a large
pageSize(up to 50) on list endpoints to reduce the number of requests. - Cache data that rarely changes on your side.
- Watch
X-Daily-Remainingand postpone bulk jobs when it runs low. - If you need a higher limit, contact Noyax support. The new limit takes effect when you get a new token.