Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

59004: Too Many Requests

Twilio API Documentation and Error CodesAPI

Description

description page anchor

The account has exceeded the rate limit for the Webhooks Configuration API. This error can be returned by any endpoint.

Possible causes

possible-causes page anchor
  • Too many requests were sent to the API in a short period of time, either from a single process or from multiple processes running concurrently.
  • Read the Retry-After response header and wait the indicated number of seconds before retrying.
  • Add backoff-and-retry logic to your integration for 429 responses instead of retrying immediately.
  • Batch or throttle configuration changes (for example, avoid creating many Rules or Settings in a tight loop) rather than issuing them all at once.