CharlieHR · Rate Limits

Charliehr Rate Limits

CharlieHR's public API documentation does not publish explicit numeric rate limits. The API is a read-oriented REST interface scoped to a single authenticated company and uses page / per_page pagination to bound response sizes. Specific request-per-minute or per-day quotas are not reconciled in this artifact; clients should implement defensive pagination and backoff.

Charliehr Rate Limits is the machine-readable rate-limit profile for CharlieHR 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 HR, HRIS, People, Leave, and Time Off.

2 Limits Throttle: 429
HRHRISPeopleLeaveTime OffRate LimitingQuotasThrottling

Limits

Requests account
requests
see provider documentation
CharlieHR does not publish explicit per-minute or per-day request limits.
Page Size request
records
per_page (paginated)
List endpoints return paginated results controlled by the page and per_page query parameters.

Policies

Pagination
Use page and per_page to retrieve large result sets in bounded pages.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor any Retry-After header on 429 responses.

Sources