Skip to main content
POST
/
partner
/
webhooks
/
events
/
{event_id}
/
replay
Replay a previously created partner webhook event
curl --request POST \
  --url https://api-staging.cashweb.cash/api/v1/partner/webhooks/events/{event_id}/replay \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "aggregate_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
    "attempts": 2,
    "event_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
    "event_type": "transaction.completed",
    "publish_status": "pending",
    "replay_scheduled_at": "2026-02-12T12:06:00Z"
  },
  "message": "Webhook replay scheduled",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.cashweb.cash/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

event_id
string<uuid>
required

Webhook event identifier

Response

Webhook event replay scheduled

Standard API response wrapper for all successful responses

data
object
required

Replay scheduling result for an existing partner webhook event.

success
boolean
required

Indicates if the request was successful

Example:

"true"

message
string | null

Optional message for additional information