bexio · Rate Limits

Bexio Rate Limits

The bexio API enforces a per-company (per-account) rate limit on the number of requests per minute. When the limit is exceeded the API responds with HTTP 429 and a ratelimit-reset header indicating when the window resets. Standard RateLimit HTTP headers are returned on responses. The exact requests-per-minute threshold is not published as a fixed public number in the documentation and is not reconciled in this artifact.

Bexio Rate Limits is the machine-readable rate-limit profile for bexio on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring requests and records.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Accounting, ERP, Switzerland, Rate Limiting, and Quotas.

2 Limits Throttle: 429
AccountingERPSwitzerlandRate LimitingQuotasThrottling

Limits

Requests Per Minute company
requests
see provider documentation
Per-company per-minute request cap; exceeding it returns HTTP 429.
Pagination Page Size request
records
500 default / 2000 maximum
Controlled via limit and offset query parameters on list endpoints.

Policies

Backoff Strategy
On 429, honor the ratelimit-reset header and retry after the window resets, using exponential backoff with jitter.
Pagination
Use limit (max 2000) and offset to page large result sets rather than issuing many small requests.

Sources