Webhook Subscriptions
Replay a delivery
Re-queues the attempt's notification for delivery. A NEW attempt is created (the original is kept for the audit trail) and the notification is queued for delivery again.
Re-queues the attempt's notification for delivery. A NEW attempt is created (the original is kept for the audit trail) and the notification is queued for delivery again.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
workspaceId*string
Unique identifier of the workspace.
Format
uuidwebhookId*string
Webhook subscription ID.
Format
uuidattemptId*string
ID of an existing attempt on this subscription.
Format
uuidResponse Body
application/json
curl -X POST "https://example.com/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries/497f6eca-6276-4993-bfeb-53cbbbba6f08/replay"{ "attempt": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "notificationId": "2d591c23-85b1-4e8c-a6bd-74d89f8955c5", "subscriptionId": "d079718b-ff63-45dd-947b-4950c023750f", "attempt": 0, "maxAttempts": 8, "status": "pending", "signatureV1": "string", "scheduledAt": "2019-08-24T14:15:22Z", "startedAt": "2019-08-24T14:15:22Z", "deliveredAt": "2019-08-24T14:15:22Z", "nextRetryAt": "2019-08-24T14:15:22Z", "responseCode": 0, "responseBody": "string", "responseHeaders": {}, "errorMessage": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }}