Skip to content

Rate limits

The API enforces rate limits to prevent abuse and ensure consistent performance for all users.

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."
}
}
}

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.