curl --request GET \
--url https://dev.cashweb.cash/api/v1/partner/webhooks/events/{event_id} \
--header 'X-API-KEY: <api-key>'{
"data": {
"aggregate_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"attempts": 1,
"created_at": "2026-02-12T12:05:00Z",
"delivery_status": "dispatched",
"event_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"event_type": "transaction.completed",
"last_error": null,
"updated_at": "2026-02-12T12:05:10Z"
},
"success": true
}Returns delivery telemetry for a partner webhook event, including current delivery status, attempt count, and last error. Use this endpoint for webhook incident triage and replay diagnostics.
curl --request GET \
--url https://dev.cashweb.cash/api/v1/partner/webhooks/events/{event_id} \
--header 'X-API-KEY: <api-key>'{
"data": {
"aggregate_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"attempts": 1,
"created_at": "2026-02-12T12:05:00Z",
"delivery_status": "dispatched",
"event_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"event_type": "transaction.completed",
"last_error": null,
"updated_at": "2026-02-12T12:05:10Z"
},
"success": true
}Webhook event identifier
Webhook delivery status retrieved
Standard API response wrapper for all successful responses
Webhook delivery status for a single partner event. This endpoint reports delivery telemetry, not webhook payload replay.
Show child attributes
Indicates if the request was successful
"true"
Optional message for additional information