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
Example response
{
"data": {
"httpStatusCode": 200,
"attemptNumber": 1
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.