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
webhookIdstringrequiredThe webhook the delivery belongs to
idstringrequiredThe delivery ID
Response
idstringrequiredwebhookIdstringrequiredverificationIdstring | nullrequiredstatusstringrequiredOptions: pendingsuccessfailed
attemptsintegerrequiredlastAttemptAtstring | nullrequiredpayloadobjectrequiredJSON body POSTed to your webhook URL
responseobject | nullrequiredResponse received from your endpoint (status, headers, body sample)
createdAtstringrequiredupdatedAtstringrequired