TechnoMindsSaudi digital infrastructure

Developer documentation

Rate limits

Current limits are associated with the organization, credential, product, and plan. Clients should bound concurrency and honor explicit retry guidance.

Implementation guide

What the integration should preserve.

  1. 01

    Use bounded queues rather than unbounded parallel requests.

  2. 02

    Honor Retry-After when present.

  3. 03

    Separate user-facing latency from background reconciliation.

  4. 04

    Monitor sustained throttle responses as a capacity signal.

  5. 05

    Do not rotate credentials to bypass a limit.

Continue reading