Register a webhook endpoint
documentedRegisters a new webhook endpoint to receive onboarding events.
POST /register/webhooksWebhooksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://thirdparty-sandbox.staging.qonto.co/register/webhooks" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Qonto-Partner-Id: {{QONTO_API_KEY}}" \
-H "X-Qonto-Staging-Token: {{X_QONTO_STAGING_TOKEN}}" \
-d '{"callback_url": "{{$callback_url}}", "enabled": {{$enabled}}, "secret": "{{$secret}}"}'