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