Skip to content

Test External Webhook

Triggers a test delivery to one or more configured External Webhooks V2 destinations.

Send a test external webhook

POST
/bridge-payment/webhooks/external/test

Triggers a test dispatch to one or more configured external webhook destinations. Supports canonical and/or raw events including payment., subscription., customer., membership..

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Request Body

application/json
JSON
{
"index": 0,
"event_mode": "string"
}

Responses

Test dispatch completed

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI