SmartHR · Rate Limits

Smarthr Rate Limits

SmartHR publishes numeric rate limits for its API in the API overview documentation. Limits apply both per access token and per subdomain (tenant). Responses expose the remaining quota and reset time via `x-rate-limit-*` headers, and there is a separate, tighter "intensive" limit surfaced through `x-intensive-rate-limit-*` headers for heavier operations. Exceeding a limit returns HTTP 429.

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

It captures 4 rate-limit definitions, measuring requests.

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

Tagged areas include HR, Human Resources, Japan, Rate Limiting, and Quotas.

4 Limits Throttle: 429
HRHuman ResourcesJapanRate LimitingQuotas

Limits

Per Access Token (hourly) access_token
requests · hour
5000
5,000 requests per hour per access token.
Per Access Token (per second) access_token
requests · second
10
10 requests per second per access token.
Per Subdomain subdomain
requests · minute
50000
50,000 requests per minute per tenant subdomain.
Intensive Operations access_token
requests
not fully documented
A tighter "intensive" limit applies to heavier operations, surfaced via x-intensive-rate-limit-* headers.

Policies

Pagination
List endpoints use page (from 1) and per_page (default 10, max 100), with a Link header (first/last/next/prev) and x-total-count.
Backoff Strategy
Clients should honor the x-rate-limit-reset / x-intensive-rate-limit-reset values and back off with jitter on 429 responses.

Sources