Hologram · Rate Limits

Hologram Rate Limits

The Hologram REST API enforces per-account rate limiting. When the limit is exceeded the API returns HTTP 429 with an "API rate limit exceeded" error message. Specific request-per-minute thresholds are not published in the public API reference and are not reconciled in this artifact. Pagination via `limit`, `startafter`, and `continues` is used to bound large list responses.

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

It captures 2 rate-limit definitions, measuring requests and records.

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

Tagged areas include IoT, Cellular, Connectivity, SIM, and M2M.

2 Limits Throttle: 429
IoTCellularConnectivitySIMM2MRate LimitingQuotasThrottling

Limits

API Requests account
requests
see provider documentation
Exceeding the limit returns HTTP 429 with "API rate limit exceeded".
List Pagination request
records
bounded by limit parameter
List endpoints page with limit / startafter and a continues flag rather than returning unbounded results.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter on HTTP 429 responses.
Pagination
Use the limit and startafter parameters and the continues flag to page through large result sets.

Sources