Rate Limits

To maintain performance and platform security, the Playbooks API implements rate limiting across all our partners.

The standard rate limit schedule is 20 requests per minute. If you exceed this threshold, you'll receive an error and subsequent requests won't be counted.


Headers

Header
Type
Description
RateLimit-LimitintegerThe rate limit
RateLimit-PolicystringThe rate limit policy
RateLimit-RemainingintegerThe number of requests you have remaining
RateLimit-ResetintegerThe number of milliseconds before reset
Response
{ "errors": [ { "status": 429, "title": "Too many requests", "detail": "Too many requests. Please try again later.", "stack": ... } ] }

2024 © Playbooks, Inc