List recent deliveries

The most recent delivery attempts for the endpoint, newest first.

GET
/webhooks/{id}/deliveries

The most recent delivery attempts for the endpoint, newest first.

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/webhooks/string/deliveries"
[  {    "id": "string",    "eventId": "string",    "eventType": "string",    "status": "success",    "responseStatus": -9007199254740991,    "attempts": -9007199254740991,    "createdAt": "2019-08-24T14:15:22Z"  }]