cURL
curl --request GET \ --url https://api.tedrox.io/api/settings/channels \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token=
{ "items": [ {} ] }
Returns all messaging channels for the current tenant with 24h message counts.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Channel list
Show child attributes