Retry Behavior
Brand API attempts to deliver each webhook event to your endpoint for up to 3 days using exponential backoff. If your webhook endpoint is disabled or deleted while Brand API is retrying an event, future retry attempts for that event will stop. If you disable and then re-enable a webhook endpoint before the next retry attempt, Brand API may continue sending retry attempts for that event.Make sure your webhook endpoint is always available and returns a successful
2xx HTTP status code after receiving an event.Disable Behavior
Brand API may notify you by email if your webhook endpoint appears to be misconfigured or unavailable. If your endpoint does not respond with a2xx HTTP status code for multiple days in a row, Brand API will send an email warning. The email will also include information about when the endpoint may be automatically disabled.
