Error
Application error
59004: Too Many Requests
API
The account has exceeded the rate limit for the Webhooks Configuration API. This error can be returned by any endpoint.
- 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-Afterresponse 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
RulesorSettingsin a tight loop) rather than issuing them all at once.