Retries a failed webhook delivery. Legacy endpoint, prefer /v1/webhooks/deliveries//retry.
curl --request POST \
--url https://api.strait.dev/v1/webhook-deliveries/{deliveryID}/retry \
--header 'Authorization: Bearer <token>'{
"attempts": 123,
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"max_attempts": 123,
"status": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"webhook_url": "<string>",
"$schema": "<string>",
"delivered_at": "2023-11-07T05:31:56Z",
"event_trigger_id": "<string>",
"job_id": "<string>",
"last_error": "<string>",
"last_status_code": 123,
"next_retry_at": "2023-11-07T05:31:56Z",
"run_id": "<string>",
"subscription_id": "<string>",
"webhook_retry_policy": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as Bearer token
Webhook delivery ID
"whd_01HX8BQNP4"
OK
A URL to the JSON Schema for this object.
"https://api.strait.dev/schemas/WebhookDelivery.json"
curl --request POST \
--url https://api.strait.dev/v1/webhook-deliveries/{deliveryID}/retry \
--header 'Authorization: Bearer <token>'{
"attempts": 123,
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"max_attempts": 123,
"status": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"webhook_url": "<string>",
"$schema": "<string>",
"delivered_at": "2023-11-07T05:31:56Z",
"event_trigger_id": "<string>",
"job_id": "<string>",
"last_error": "<string>",
"last_status_code": 123,
"next_retry_at": "2023-11-07T05:31:56Z",
"run_id": "<string>",
"subscription_id": "<string>",
"webhook_retry_policy": "<string>"
}