Skip to main content
To keep the API healthy for everyone, requests are rate limited. When you exceed the limit, the API responds with 429 Too Many Requests.

Best practices

  • Back off and retry. On a 429, wait before retrying, ideally with exponential backoff.
  • Page efficiently. Use a reasonable limit rather than many small requests (see Pagination).
  • Cache when possible. Avoid re-fetching data that rarely changes.
If your integration needs a higher limit, contact us.