Rate limits
The API enforces rate limits to prevent abuse and ensure consistent performance for all users.
What happens when the limit is exceeded
Section titled “What happens when the limit is exceeded”If you exceed the rate limit, the API returns HTTP status code 429 with error code ER920:
{ "errors": { "ER920": { "code": "ER920", "message": "Too many requests.", "solution": "Wait before retrying." } }}Avoiding rate limits
Section titled “Avoiding rate limits”If you are concerned about approaching the rate limit, contact your account manager for assistance. They can review your usage patterns and adjust limits if needed.