Postman · Rate Limits

Postman Rate Limits

The Postman public API enforces a fixed per-minute request ceiling per API key (300 requests/minute) layered over per-plan monthly quotas (10k Free, 100k Solo, 1M Team, 10M Enterprise). Rate-limit state is exposed on every response via standard RateLimit and X-RateLimit headers; throttled responses return 429 with a RetryAfter hint. Monthly call budgets are enforced separately and consumption is observable from the resource-usage dashboard.

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

It captures 6 rate-limit definitions, measuring requests_per_minute, requests_per_month, and monitoring_requests_per_month.

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

Tagged areas include API Development, Collaboration, and Rate Limiting.

6 Limits Throttle: 429 Quota: 429
API DevelopmentCollaborationRate Limiting

Limits

Per-key request rate api-key
requests_per_minute · minute
300
Fixed 60-second window per RateLimit-Policy header (300;w=60).
Free plan monthly Postman API calls account
requests_per_month · month
10000
Solo plan monthly Postman API calls account
requests_per_month · month
100000
Team plan monthly Postman API calls account
requests_per_month · month
1000000
Enterprise plan monthly Postman API calls account
requests_per_month · month
10000000
API monitoring requests account
monitoring_requests_per_month · month
1000
1k on Free; 10k on Solo, Team, and Enterprise.

Policies

Backoff on RetryAfter
When a 429 is returned, clients must honor the RetryAfter header (seconds until next allowed request).
Header-driven pacing
Clients should pace requests using RateLimit-Remaining and RateLimit-Reset rather than fixed sleeps.
Monthly quota separation
Per-minute throttling and monthly Postman-API-call quotas are enforced independently; exceeding the monthly quota also returns 429.
Usage observability
Total and remaining monthly quota are visible on every response and on the Postman resource-usage dashboard.

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/postman-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.