Skip to main content
GET
/
partner
/
webhooks
/
events
/
{event_id}
Get webhook event delivery telemetry by event id
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
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

event_id
string<uuid>
required

Webhook event identifier

Response

Webhook delivery status retrieved

Standard API response wrapper for all successful responses

data
object
required

Webhook delivery status for a single partner event. This endpoint reports delivery telemetry, not webhook payload replay.

success
boolean
required

Indicates if the request was successful

Example:

"true"

message
string | null

Optional message for additional information