cURL
curl --request POST \ --url https://api.xenia.team/api/v1/mgt/workspaces/{workspaceId}/webhook-dead-letter/bulk-replay \ --header 'Content-Type: application/json' \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>' \ --data ' { "subscriptionId": "sub_abc123", "eventType": "task.status_changed" } '
{ "status": true, "code": 200, "data": { "queued": 15, "skipped": 2, "errors": [] } }
Replays multiple failed webhooks matching the specified filters. Requires at least one filter (subscriptionId or eventType). Maximum 100 items per request.
Workspace ID
Filter by subscription ID
Filter by event type
Specific dead letter IDs to replay
100
Bulk replay initiated
Show child attributes