Skip to main content
GET
/
v1
/
webhooks
/
{id}
/
deliveries
/
{delivery_id}
Fetch a single delivery with payload + response
curl --request GET \
  --url http://localhost:3000/v1/webhooks/{id}/deliveries/{delivery_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
delivery_id
string<uuid>
required

Response

200

Default Response