Which HTTP status code is commonly associated with exceeding API rate limits?

  • 200
  • 404
  • 429
  • 500
The HTTP status code 429 is commonly associated with exceeding API rate limits. When a client surpasses the allowed number of requests, the server responds with a 429 status code, indicating that the request has been throttled due to rate limiting.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *