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.
Header | Type | Description |
---|---|---|
RateLimit-Limit | integer | The rate limit |
RateLimit-Policy | string | The rate limit policy |
RateLimit-Remaining | integer | The number of requests you have remaining |
RateLimit-Reset | integer | The number of milliseconds before reset |