| Request Type | Request Path | Rate Limit (Sandbox) | Rate Limit (Production) |
|---|---|---|---|
| Authentication | /api/v1/connect/token | 60 requests per minute | 100 requests per minute |
| All other authenticated requests | /api/v1/* | 500 requests per minute | 300 requests per minute |
| All other unauthenticated requests | /api/v1/* | 200 requests per minute | 100 requests per minute |
Exceeding the rate limit
When the rate limit is exceeded, the API will return a HTTP status code of429 -- "Too Many Requests" with a JSON response body as per the example below:

