v1
latestOpenAPI 3.0.32026-07-26214048.5 KBSender
Get a webhook delivery by ID
Returns a single webhook delivery, including the frozen requestPayload and the captured responseBody. Returns 404 if the delivery belongs to another sender.
get/sender/webhooks/{id}
Path parameters
idstring uuid required
Response
Webhook delivery
Example response
{
"data": {
"httpStatusCode": 200,
"attemptNumber": 1
}
}