Skip to main content

Rate Limiting

All API calls are subject to rate limiting on a per-minute per-token basis. API calls are limited to 15 requests per minute by default.


Exceeded Rate Limit Response

If you exceed the rate limit for your access token, the API will respond with the following:

{
"statusCode": 429,
"message": "Too Many Requests"
}