429 - Too Many Requests

You will receive this response from any api endpoint if you exceed the rate limit.

Example response:

{
  "code": "TOO_MANY_REQUESTS"
}