cURL
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" }
Trigger a webhook on demand for a successful transaction. Required scope: webhook:replay.
webhook:replay
Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.
Transaction ID to replay
Webhook replayed successfully
Was this page helpful?