API Reference
Log In
API Reference

Webhook Retry Logic

When a preflight request's status changes, the Content API attempts to notify the configured webhook endpoint. If the notification request fails, we retry the request up to five times using an exponential backoff strategy, as documented in the table below.

AttemptWait Time After Previous AttemptCumulative Wait Time
1st retry10 minutes10 minutes
2nd retry30 minutes40 minutes
3rd retry90 minutes130 minutes (~2.2 hours)
4th retry270 minutes400 minutes (~6.7 hours)
5th retry810 minutes1210 minutes (~20.2 hours)