Rate Limiting
All API calls are subject to rate limiting on a per-minute basis and limited to 15 requests per minute.
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"
}