cURL
Webhooks
Retry a webhook delivery
Manually re-attempts a previously-failed delivery. The original payload and signature are preserved (so signature verification on the receiving side still works).
POST
cURL
Authorizations
Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage
keys via /projects/me/api-keys. Test-mode keys use
the ndsk_test_ prefix.
Path Parameters
Response
Retry queued.
Example:
"whd_2Nh4PqRsTuVw"
Example:
"whe_2NgcaXxFqLPo"
All webhook event topics emitted by the platform.
Available options:
blog_post.published, blog_post.translated, social_post.published, social_post.failed, order.created, order.paid, order.fulfilled, order.cancelled, order.refunded, booking.confirmed, booking.cancelled, booking.completed, content.changed, image.generated, connect.account_updated Available options:
success, failed, pending Required range:
x >= 1HTTP status returned by the receiving server, if any.
First 1KB of the response body, for debugging.