Skip to main content

429: Webhook Rate Limit

Your webhook endpoint is being called too frequently.

429webhook throttledelivery limitwebhook quota

We've temporarily paused webhooks to your endpoint due to high volume. This prevents overwhelming your server.

Common Causes

High volume of events triggering webhooks Webhook failures causing retries Multiple events per resource Test mode generating excessive events

Resolution Steps

1

Review webhook config

Check which events are triggering your webhook

2

Filter events

Subscribe only to necessary event types

3

Fix endpoint issues

Ensure your webhook endpoint responds quickly with 200 OK

4

Implement queue

Process webhooks asynchronously using a queue

Still need help? Contact support to review your webhook configuration.

Was this article helpful?