4xx Client Error
Slow down! You're making too many requests too quickly. Wait a bit and try again later.
Use 429 when a requester exceeds a rate limit or quota that applies to that client.
GET https://api.example.test/api/data429 Too Many Requests
# Headers
Retry-After: 3600
Content-Type: application/json
# Body
{
"error": "too_many_requests"
}Client exceeded 100 requests/hour limit, must wait 1 hour