Skip to main content
GET
/
v2
/
banking
/
webhook-url
Get Webhook URL
curl --request GET \
  --url https://api.business-os.de/v2/banking/webhook-url \
  --header 'x-api-key: <api-key>'
{
  "webhook_url": "https://hook.eu1.make.com/abc123"
}

Authorizations

x-api-key
string
header
required

Dein Business OS API Key. Erstelle einen unter app.business-os.de → API Keys.

Response

Aktuelle Webhook-URL

webhook_url
string<uri> | null

Konfigurierte Webhook-URL oder null

Example:

"https://hook.eu1.make.com/abc123"