Retry From Dlq
POST/api/v1/webhooks/dlq/:dlq_id/retry
Manually retry a failed webhook delivery from Dead Letter Queue.
Marks the DLQ entry as requeued and creates a new delivery attempt. The webhook will go through the full retry logic again (7 attempts).
Args: dlq_id: UUID of the DLQ entry to retry
Returns: 200: Successfully queued for retry with new task ID 400: Entry already requeued 401: Unauthorized - invalid or missing authentication 404: DLQ entry not found or doesn't belong to workspace
Example: POST /api/v1/webhooks/dlq/550e8400-e29b-41d4-a716-446655440000/retry
Request
Responses
- 200
- 400
- 401
- 404
OK
Bad Request
Unauthorized
Not Found