List notification-channels
GET /notification-channels
Per-organisation Slack/Teams/Discord webhook channels for ChatOps notifications (F3.CHATOPS.01). webhook_url is stored AES-256-GCM encrypted at rest (same scheme as BYOC cloud-credential) and is never returned by the API — only a masked ‘is_configured’ indicator.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Strapi REST filter syntax
object
Responses
Section titled “ Responses ”OK
object
object
DEPRECATED plaintext field — retained read-only for pre-encryption legacy rows. New writes always go to encrypted_webhook_url. NEVER returned by the API.
AES-256-GCM encrypted webhook_url (F3.CHATOPS.01) — same iv:authTag:ciphertext:salt format as BYOC cloud-credential (src/utils/credential-crypto.ts). NEVER returned by the API; decrypted only server-side by webhook-notifier for dispatch.
Array of subscribed event-type strings. Canonical catalog (F3.CHATOPS.01): ‘billing.payment_failed’, ‘billing.trial_ending’, ‘cloud-instance.provision_failed’, ‘alert.fired’. Empty/null = all events.
object
object
Missing or invalid authentication
Not authorized (tenant scope or capability)