improved
Updated IP limit error handling
March 13th, 2025
If you reach the IP limit, you will receive the following updated error message. Wait for the duration specified in the retry_in_seconds
fields before retrying your request.
{
"errors": [
{
"message": "IP rate limit exceeded",
"extensions": {
"code": "IP_RATE_LIMIT_EXCEEDED",
"retry_in_seconds": 30
}
}
]
}