API referenceWebhooks
GET /webhooks/deliveries/{endpointId}
curl -X GET "https://example.com/webhooks/deliveries/string"{ "$schema": "https://example.com/schemas/ListDeliveriesOutputBody.json", "data": [ { "attempts": 0, "createdAt": "string", "deliveryId": "string", "endpointId": "string", "error": "string", "eventId": "string", "nextRetryAt": "string", "status": "string", "statusCode": 0 } ]}