Skip to content

Get External Webhooks Config

Returns the effective External Webhooks V2 configuration, including active nodes, event mode (raw, canonical, both) and scan_max visibility.

Get external webhook configuration

GET
/bridge-payment/webhooks/external/config

Returns External Webhooks V2 config, including scan_max visibility and indexed webhook nodes. Related env vars: WEBHOOK_SCAN_MAX, WEBHOOK_X_ENABLED, WEBHOOK_X_EVENT_MODE (raw|canonical|both).

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Responses

External webhook configuration

application/json
JSON
{
"success": true,
"data": {
"enabled": true,
"scan_max": 0,
"webhooks": [
{
"index": 0,
"enabled": true,
"url": "string",
"event_mode": "string",
"events": [
"string"
]
}
]
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI