Joblogic · Rate Limits

Joblogic Rate Limits

Joblogic applies rate limits to every endpoint of its resource servers. Per the published API documentation, by default all endpoints are limited to up to 100 requests per minute, though the effective limit can vary per client and Joblogic notes it is subject to change without notice. When the limit is exceeded, Joblogic resource servers respond with HTTP 429 Too Many Requests and the client is blocked from those endpoints for a period of time. Access tokens issued by the IdentityServer expire after one hour, after which requests return 401 Unauthorized until a new token is obtained.

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

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

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

Tagged areas include Field Service Management, SaaS, Rate Limiting, and Quotas.

2 Limits Throttle: 429
Field Service ManagementSaaSRate LimitingQuotas

Limits

Default Endpoint Rate Limit client
requests
up to 100 per minute (default; varies per client, subject to change)
Applied to all resource-server endpoints by default per the API documentation.
Token Lifetime client
minutes
60
OAuth2 access tokens expire one hour after issue; expired tokens return 401.

Policies

Throttling
Exceeding the per-client request rate returns HTTP 429 Too Many Requests and temporarily blocks access to the affected endpoints.
Backoff Strategy
Clients should implement exponential backoff with jitter on 429 responses and avoid bursting above the documented per-minute limit.
Token Refresh
Obtain a fresh client-credentials access token before the one-hour expiry to avoid 401 Unauthorized responses.
IP Allowlisting
API access is gated behind Joblogic's firewall; only allowlisted public IP addresses can reach the resource servers.

Sources