Skip to main content

Rate limits

No hard per-endpoint rate limits today

The etg24 APIs are built for high-volume workloads — for example onboarding an entire company or bulk-uploading thousands of documents. There is currently no fixed per-endpoint request quota that rejects requests once exceeded.

This does not mean unlimited anything. The platform is monitored and capacity is managed so that a well-behaved integration never hits an artificial wall, and abusive traffic is handled outside your normal usage.

Design for the future

Limits may be introduced in the future, or applied selectively to protect the platform. To keep your integration robust:

  • Treat HTTP 429 responses and a Retry-After header as a possibility.
  • Use exponential backoff with jitter when retrying.
  • Use pagination instead of unbounded result sizes.

High-volume workloads

Planning a large migration, a bulk import or an automation with very high request volume? Contact us first — we will help you shape the workload and confirm it is safe to run at the scale you have in mind.