Product Docs
Search…
Welcome to the Developer Docs
Database Migrations
Code Styling
Pull Requests
Adding CSS
Building apps
API
Quick Start
Authentication
Errors
Rate Limits
Versioning
Types
API Reference
Embed
Install with JavaScript
Install with React
Set up your embed
Powered By
GitBook
Rate Limits
We limit the number of calls you can make over a certain period of time. Rate limits vary and are specified by the following header in all responses:
Header
Description
X-RateLimit-Limit
The maximum number of requests that the consumer is permitted to make.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-RateLimit-Reset
The time at which the current rate limit window resets in UTC epoch seconds.
When the rate limit is
exceeded
, an error is returned with the status
"429 Too Many Requests"
:
1
{
2
"error": {
3
"code": "too_many_requests",
4
"message": "Rate limit exceeded",
5
}
6
}
Copied!
API - Previous
Errors
Next - API
Versioning
Last modified
17d ago
Export as PDF
Copy link