Workable · Rate Limits

Workable Rate Limits

Workable enforces per-token rate limiting on its v3 REST API. The documented default is a sliding-window bucket per access token; clients receive HTTP 429 with Retry-After when the bucket is exhausted. Dedicated read-only public endpoints (job feeds) are not rate-limited the same way.

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

It captures 3 rate-limit definitions, measuring requests and events.

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

Tagged areas include HR, ATS, Recruiting, Rate Limiting, and Throttling.

3 Limits Throttle: 429
HRATSRecruitingRate LimitingThrottling

Limits

Per Access Token Default token
requests
Sliding-window per-token limit; 429 returned with Retry-After when exceeded. Inspect X-Rate-Limit-Limit / X-Rate-Limit-Remaining / X-Rate-Limit-Reset response headers.
Listing Endpoints token
requests
List endpoints (e.g. /jobs, /candidates) are paginated and weighted higher than single-record retrievals; paginate aggressively.
Webhook Delivery subscription
events
Workable webhooks are delivered with retries on 5xx. Receivers must respond 2xx within the platform timeout to avoid retry loops.

Policies

Backoff Strategy
Exponential backoff with jitter on 429 and honor any Retry-After header. Avoid tight retry loops on listing endpoints.
Pagination
Use since_id and limit cursors on candidate / activity endpoints to page through historical data without exhausting the rate limit.
Webhooks-First
Subscribe to candidate.* and member.* events for change feeds; reduce poll frequency on listing endpoints accordingly.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/workable-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.