webhook_secret_recently_rotated
The signing secret was rotated less than five minutes ago. The grace window lets your receiver accept both secrets during the switch; rotating again inside it would invalidate signatures still in flight.
| Code | Type | HTTP | Category |
|---|---|---|---|
webhook_secret_recently_rotated | rate_limit_error | 429 | Webhooks |
Cause
The signing secret was rotated less than five minutes ago. The grace window lets your receiver accept both secrets during the switch; rotating again inside it would invalidate signatures still in flight.
What to do
Wait five minutes from the last rotation, and deploy the new secret in your receiver before rotating again.
Related
All Webhooks error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.