Skip to content
Lira APILira API

Webhook Deliveries

List deliveries for a webhook

get/client/webhooks/{webhookId}/deliveries

List delivery attempts for a webhook, newest first.

Authorization

API key in the X-API-Key header.

Path parameters

webhookIdstringrequired

The webhook to list deliveries for

Query parameters

statusstring

Filter by delivery status: pending, success, or failed

Options: pendingsuccessfailed