Get a delivery for a webhook
GET
/v2/webhooks/hooks/{hook_id}/deliveries/{id}Last modified: 3 days ago
Get a specific delivery for a specific webhook
Request
Path Params
hook_id
string
required
Webhook UUID
id
string
required
Delivery UUID
Request samples
Responses
OK(200)
Unauthorized(401)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Delivery
Data Schema
object {0}
Example
{}
Last modified: 3 days ago