Sendexa LogoDocs

Webhook Logs

Monitor and debug your webhook deliveries in real-time.

Success Rate (24h)

99.4%

Failed Deliveries

12

Avg. Response Time

184ms

Recent Deliveries
EventStatusAttemptDurationTimestamp
sms.delivered
200
#1145ms2024-01-15T10:30:05Z
otp.verified
200
#1112ms2024-01-15T10:35:12Z
sms.failed
500
#15000ms2024-01-15T10:40:00Z
sms.failed
200
#2160ms2024-01-15T10:40:30Z
Inspecting a Log

Clicking on a log entry in the Dashboard provides full details of the request and response, including headers and payload.

JSON
{
"request": {
"url": "https://api.yourdomain.com/webhooks",
"method": "POST",
"headers": {
"X-Signature": "sha256=...",
"X-Webhook-ID": "whk_log_125"
},
"body": { "event": "sms.failed", "data": { ... } }
},
"response": {
"status": 500,
"headers": { ... },
"body": "Internal Server Error"
}
}