List Webhook Deliveries

GET
/api/v1/webhooks/deliveries

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/webhooks/deliveries"
[  {    "attemptCount": 0,    "completedAt": "string",    "createdAt": "string",    "eventOccurredAt": "string",    "eventType": "string",    "id": "string",    "maxAttempts": 0,    "nextAttemptAt": "string",    "payload": null,    "projectId": "string",    "status": "pending",    "webhookEndpointId": "string"  }]
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/WebhookServiceError",  "cause": "string"}