Skip to main content
POST
/
webhook
/
resend
Resend webhook
curl --request POST \
  --url https://api.onswitch.xyz/webhook/resend \
  --header 'Content-Type: application/json' \
  --header 'x-service-key: <api-key>' \
  --data '
{
  "reference": "a3f9c2e1-7b4d-4a8e-9c62-1d8f4e6b2a90"
}
'
{
  "success": true,
  "message": "Webhook resend successful",
  "timestamp": "2026-04-18T14:22:08.631Z",
  "data": {
    "successful": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.onswitch.xyz/llms.txt

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

Authorizations

x-service-key
string
header
required

Service key for API authentication

Body

application/json
reference
string<uuid>
required

Webhook reference to resend

Response

Webhook resend successful

success
boolean
required
message
string
required
timestamp
string<date-time>
required
data
object
required