GET /v1/analytics/webhook-logs — view delivery logs
Paginate through webhook delivery logs for your account, filtered by webhook ID or delivery status, to debug failures and monitor reliability.
The Webhook Logs endpoint returns a paginated list of delivery attempt records for your registered webhooks. Each log entry captures the event type delivered, the HTTP status code your server returned, response time, and any error message from failed attempts. Use webhookId and status filters to narrow results when debugging a specific endpoint or triaging a batch of failures.
This endpoint requires the analytics:read permission on your API key.
A delivery with httpStatus: null means your server was unreachable — check DNS, firewall rules, and TLS certificate validity for the webhook URL. CharityStack considers any non-2xx response code a failure.