Maximus · Rate Limits
Maximus Rate Limits
Maximus does not publish API rate limits because there is no public developer surface. Any integration limits are documented inside the relevant federal, state, or commercial contract / interface control document (ICD) and are not externally visible.
1 Limits
Throttle: 429
Government ServicesHealthTechnologyRate Limiting
Limits
Contract / ICD limit contract
per contract / interface control document
Throughput and concurrency obligations live in the contract or ICD; engineering teams should reference the system's authority-to-operate (ATO) artifacts.
Policies
Backoff Strategy
Use exponential backoff with jitter on transient errors and honor Retry-After when present.
ICD-Driven Limits
For government workloads, throughput, concurrency, and SLA targets are defined in the Interface Control Document and referenced contracts; integrations must respect those documented limits.
Idempotency
Use unique transaction / case identifiers for state-changing requests so duplicate retries do not create duplicate records of record.