Skip to main content
POST
/
v1
/
webhook
/
resend
Resend webhook
curl --request POST \
  --url https://api.openxswitch.com/v1/webhook/resend \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "requestId": "<string>"
}
'
{
  "success": true,
  "data": {
    "requestId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
requestId
string
required

Unique Webhook request id - from webhook history.

Response

success
boolean
required
Example:

true

data
object
required