Photon Health · Rate Limits

Photon Health Rate Limits

Photon Health exposes a single GraphQL endpoint (POST https://api.photon.health/graphql) authenticated with an OAuth2 Bearer token. Photon does not publish specific public rate-limit values; quotas are managed per organization and OAuth2 client. Clients should expect HTTP 429 on throttling and implement backoff. Specific limit values are not reconciled in this artifact.

Photon Health Rate Limits is the machine-readable rate-limit profile for Photon Health on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Health, e-Prescribing, eRx, Prescriptions, and Pharmacy.

2 Limits Throttle: 429
Healthe-PrescribingeRxPrescriptionsPharmacyRate LimitingQuotasThrottling

Limits

GraphQL Requests organization
requests
see provider documentation
Per-organization request limit on the GraphQL endpoint; specific value not published.
Token Requests client
requests
see provider documentation
Limit on client_credentials token exchanges against auth.photon.health; specific value not published.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter on HTTP 429 and honor any Retry-After header.
Token Reuse
Cache and reuse OAuth2 access tokens until expiry rather than minting a new token per request.

Sources