Get webhook delivery logs
Webhooks
Get webhook delivery logs
Requires the
webhooks:read scope (or a broader one that includes it).
Returns a paginated failure log for a single subscription — only failed
delivery attempts are recorded here; successful deliveries are not listed. Each
log entry captures the triggering event id, HTTP status (or null when the
request could not be completed) and the UTC timestamp of the attempt.
GET
Get webhook delivery logs
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Webhook subscription ID.
Query Parameters
Maximum number of log entries to return.
Required range:
x >= 1Number of log entries to skip.
Required range:
x >= 0