axonpush
API referenceWebhooks

GET /webhooks/deliveries/{endpointId}

GET
/webhooks/deliveries/{endpointId}

Path Parameters

endpointId*string

Response Body

application/json

application/problem+json

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    }  ]}