Rate limits
{
"errors": [
{
"status": 429,
"title": "Too Many Requests",
"code": "too_many_requests"
}
]
}Last updated
The rate limit is 120 requests per minute per API key, applied uniformly across all endpoints in both Production and Sandbox environments. When the limit is exceeded, the API responds with:
{
"errors": [
{
"status": 429,
"title": "Too Many Requests",
"code": "too_many_requests"
}
]
}Last updated