Field | Type | Required | Description | Example |
---|---|---|---|---|
success |
bool | ✔️ | Returns true if the request should be processed, false if it was rejected. | true |
limit |
int | ✔️ | How many requests are allowed within a window. | 10 |
remaining |
int | ✔️ | How many requests can still be made in the current window. | 9 |
reset |
int | ✔️ | A unix millisecond timestamp when the limits reset. | 1709804263654 |