# 322401: Too Many Requests

Log Type: APPLICATION

Log Level: ERROR

## Description

This error is received when you've reached max requests allowed for an inbuilt time window (HTTP 429 Too Many Requests).

### Possible causes

Multiple requests for token generation for same oauth application, triggering safeguard (HTTP 429).

### Possible solutions

Requests that receive 429 responses aren't processed and are safe to retry after backing off.
