curl --request GET \
--url https://api.agentixx.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.
curl --request GET \
--url https://api.agentixx.io/api/settings/channels \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{}
]
}