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
}
}Resend any webhook notification for a previous transactions.
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.
Service key for API authentication
Webhook reference to resend