Skip to main content
POST
/
api
/
external
/
webhook-replay
Replay webhook
curl --request POST \
  --url https://api-prod.blaaiz.com/api/external/webhook-replay \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transaction_id": "fb87c0f8-31e3-46f3-b0d3-1ff2618565bc"
}
'
{
  "message": "Webhook replayed successfully"
}

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Body

application/json
transaction_id
string
required

Transaction ID to replay

Response

Webhook replayed successfully

message
string
required