Skip to main content
GET
/
api
/
settings
/
channels
List channels
curl --request GET \
  --url https://api.agentixx.io/api/settings/channels \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token=
{
  "items": [
    {}
  ]
}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Response

Channel list

items
object[]
required