List channel configurations
Returns the org-level channel configuration bundle: which messaging channels are connected, along with per-channel settings, and an RCS enrichment that flips the stored channel config when the underlying RCA bot is missing. Powers the dashboard’s Settings -> Channels surface. The read survives a still-provisioning or backup-restored org by degrading to a safe empty-channel shell instead of a 5xx.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false