POST /api/comms/webhook — set the comms-sent webhook URL for this client. Generates a fresh signing secret and returns it ONCE in plaintext; thereafter only the URL is exposed (the secret is stored AES-encrypted and we cannot recover the plaintext).
Calling this on an already-configured webhook updates the URL but does NOT rotate the secret — use /rotate for that.
Documentation Index
Fetch the complete documentation index at: https://docs.qflowhub.io/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 access token issued by https://identity.qflowhub.io/core. Include as Authorization: Bearer <token>. See the Authentication guide for the token flow.
Your APIM subscription key. Sent in the welcome email when your account is enabled. Required on every request alongside the bearer token.
Request body for POST /api/comms/webhook.
The HTTPS URL we'll POST signed webhooks to. Required.
OK
Response from POST /api/comms/webhook and POST /api/comms/webhook/rotate. The Secret is shown ONCE — store it on your end immediately, we cannot recover it.