Skip to content
Lira APILira API

Webhook Deliveries

Get a webhook delivery

get/client/webhooks/{webhookId}/deliveries/{id}

Retrieve a single webhook delivery by ID, including the payload and your endpoint's response.

Authorization

API key in the X-API-Key header.

Path parameters

webhookIdstringrequired

The webhook the delivery belongs to

idstringrequired

The delivery ID

Response

idstringrequired
webhookIdstringrequired
verificationIdstring | nullrequired
statusstringrequired

Options: pendingsuccessfailed

attemptsintegerrequired
lastAttemptAtstring | nullrequired
payloadobjectrequired

JSON body POSTed to your webhook URL

responseobject | nullrequired

Response received from your endpoint (status, headers, body sample)

createdAtstringrequired
updatedAtstringrequired