v1

latestOpenAPI 3.0.32026-07-26214048.5 KB
Sender

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

statusstring

Example response

{
  "data": {
    "httpStatusCode": 200,
    "attemptNumber": 1
  }
}