GET
/
webhooks
/
{webhookId}
/
deliveries
/
{deliveryId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

webhookId
string
required
deliveryId
string
required

Response

200 - application/json
id
string
webhook_id
string
event_type
string
status
enum<string>
Available options:
success,
failed
timestamp
string
response_code
integer
response_body
string
request_headers
object
request_body
string
retry_attempt
integer
next_retry_at
string
duration_ms
integer