429 Too Many Requests
| Code | 429 | 
|---|---|
| Description | Too Many Requests. | 
| Correlation ID | Unique identifier of the response. | 
| Type | Client. | 
| Message | The 429 status code indicates that the user has sent too many requests in a given amount of time ("rate limiting"). | 
| Generic Cause | Too many requests have been made in a short period of time. | 
| Quick Fix | The error description tells you how fast you can do calls in succession. Adjust your API systems to it. | 
Error Example:
{
    "error": {
        "correlationId": "8374195b-dd57-453c-afea-a5c0e2d487d7",
        "type": "client",
        "message": "The 429 status code indicates that the user has sent too many requests in a given amount of time ("rate limiting")."
    }
}