Sevdesk Rate Limits
sevdesk does not publish fixed numeric rate limits for its REST API in the official OpenAPI specification or developer documentation. In practice the API is a shared multi-tenant SaaS surface, so clients should assume server-side throttling exists and design defensively - use pagination (limit / offset), request only the fields needed, use the embed parameter to reduce round trips, and back off on throttling responses. Bulk and long-running work (DATEV / CSV exports) is handled asynchronously through export jobs polled at /Progress/getProgress, which naturally spreads load rather than requiring large synchronous requests.
Sevdesk Rate Limits is the machine-readable rate-limit profile for sevdesk on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests, records, and jobs.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Accounting, Invoicing, SaaS, Rate Limiting, and Quotas.