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.