-
|
What’s the purpose of an API status code 429 Too Many Requests? |
Beta Was this translation helpful? Give feedback.
Answered by
vgartg
May 29, 2026
Replies: 1 comment
-
|
It means the client has sent too many requests in a given time period (rate limiting). The response often includes a Retry-After header indicating when to try again. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shrouale
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It means the client has sent too many requests in a given time period (rate limiting). The response often includes a Retry-After header indicating when to try again.