Webhook Logs
Replay a webhook event
Re-send a webhook event to the configured URL.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Use your API key as the bearer token.
In: header
Path Parameters
webhookId*string
Webhook ID
Match
^wh_[a-zA-Z0-9]+$eventId*string
Event ID to replay
Response Body
application/json
application/json
application/json
curl -X POST "https://backend.blooio.com/v2/api/webhooks/wh_abc123def456/logs/string/replay"{
"success": true,
"event_id": "string",
"replay_status": 0,
"replayed_at": 0
}{
"error": "string",
"status": 0
}{
"error": "string",
"status": 0
}