ELAELA Docs

Rate Limits

Use backoff, bounded polling, and duplicate protection for production traffic.

At a glance

Production limits may vary by partner contract. Build your integration to slow down, back off, and reconcile instead of retrying aggressively.

Limits

AreaGuidanceNotes
Global API throttleDefault throttle protects the public API; production may vary by partner contract.Handle 429 with backoff.
Public mutationsEvery public mutation requires Idempotency-Key.Do not retry with a different key until reconciled.
Payment abuse guardRepeated failed attempts may be limited.Use status lookup after uncertain outcomes.
Tracking pollingPoll active bookings no faster than every 15 seconds.Stop on terminal states.