Freee Rate Limits
freee applies per-endpoint access control rather than publishing a single fixed numeric request-rate ceiling for every operation. When freee detects excessive access to an endpoint within a period it returns HTTP 429 (Too Many Requests) and includes rate-limit headers on the response (x-ratelimit-limit, x-ratelimit-remaining, and x-ratelimit-reset with a reset timestamp). freee may also return HTTP 403 when it detects sustained excessive access, with access typically restored after roughly 10 minutes. Every response also carries an X-Freee-Request-ID header useful for support and debugging.
Freee Rate Limits is the machine-readable rate-limit profile for freee on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 2 rate-limit definitions, measuring requests.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and blocked.
Tagged areas include Accounting, HR, Payroll, Rate Limiting, and Quotas.