Autopay · Rate Limits

Autopay Rate Limits

Autopay publishes no account-level quota, no per-minute request ceiling and no rate-limit response headers. It documents exactly one numeric limit — a per-booking query limit on the Booking status endpoint — plus one unquantified "too many queries" condition on the Status API, and one behavioural rule about token minting. Exhaustion is signalled as an error_id in an ordinary error body, not as a 429 with headers.

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

It captures 1 rate-limit definition, measuring queries.

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

Tagged areas include Parking, Rate Limiting, and Quotas.

1 Limits
ParkingRate LimitingQuotas

Limits

Booking status query limit per client, per booking
queries
1

Policies

Token minting
"Generating excessive access tokens within the expiration time (i.e. requesting a new one for each request) may lead to termination of API access." This is the one throttling rule Autopay enforces contractually rather than technically — the penalty is loss of access, not a 429. Cache the token for its full expires_in (10-24 hours).
Export query pacing
'Data is not propagated to the Accounting API in real-time; therefore, all the queries should be delayed as well and not made in real-time.' Walk the export endpoints by time window, carrying the previous request's `to` value forward as the next `from`.

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/autopay-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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