429 Too Many Requests
Explanation:
The 429 Too Many Requests status code indicates that the user has sent too many requests in a given amount of time (rate limiting).
Usage:
This status code should be used when the user has sent too many requests in a given amount of time (rate limiting).
Attentions:
- The server should include information about the rate limit in the response message if possible.
- The response should include a message body with information about the rate limit.
Sample:
undefined