AviatoAviato
DeveloperAPI ReferenceWebhooksIdDeliveries

/api/webhooks/{id}/deliveries

GET
/api/webhooks/{id}/deliveries

Path Parameters

id*string

Resource ID

Query Parameters

limit?integer

Max deliveries to return

Range0 < value

Response Body

application/json

application/json

curl -X GET "https://example.com/api/webhooks/string/deliveries"
[
  {
    "id": "string",
    "webhookId": "string",
    "eventType": "string",
    "payload": "string",
    "statusCode": 0,
    "responseBody": "string",
    "durationMs": 0,
    "success": true,
    "attempt": 0,
    "createdAt": "string"
  }
]
{
  "error": "string"
}