Webhooks

List webhook deliveries

Returns recent delivery attempts and response outcomes.

get/api/v1/webhooks/{id}/deliveries

Path parameters

idstring required

Resource ID returned by the matching create or list endpoint.

Response

Delivery list

Example response

{
  "deliveries": []
}