---
title: "Get Channel Config"
method: GET
path: "/api/user/channels/config"
---

# Get Channel Config

`GET /api/user/channels/config`

Return server-level channel configuration.

## Response `200`

Successful Response

- ChannelConfigResponse
  - `telegram_bot_token_set` boolean, required
  - `telegram_allowed_chat_id` string, required
  - `linq_api_token_set` boolean
  - `linq_from_number` string
  - `linq_allowed_numbers` string
  - `linq_preferred_service` string
  - `bluebubbles_configured` boolean
  - `bluebubbles_allowed_numbers` string
  - `bluebubbles_imessage_address` string
  - `imessage_backend` string, nullable
  - `twilio_configured` boolean
  - `twilio_phone_number` string
  - `twilio_messaging_service_sid` string
  - `twilio_allowed_numbers` string

## Changes

- **2026-05-11** `c682d7243569` — 4 info
  - added the optional property `twilio_allowed_numbers` to the response with the `200` status
  - added the optional property `twilio_configured` to the response with the `200` status
  - added the optional property `twilio_messaging_service_sid` to the response with the `200` status
  - added the optional property `twilio_phone_number` to the response with the `200` status
- **2026-04-15** `685c1c2b9e2e` — 1 info
  - added the optional property `imessage_backend` to the response with the `200` status
- **2026-03-28** `e9d132642197` — 1 info
  - added the optional property `bluebubbles_imessage_address` to the response with the `200` status
- **2026-03-27** `3a723d0345c2` — 2 info
  - added the optional property `bluebubbles_allowed_numbers` to the response with the `200` status
  - added the optional property `bluebubbles_configured` to the response with the `200` status
- **2026-03-24** `4afafa27466e` — 4 info
  - added the optional property `linq_allowed_numbers` to the response with the `200` status
  - added the optional property `linq_api_token_set` to the response with the `200` status
  - added the optional property `linq_from_number` to the response with the `200` status
  - added the optional property `linq_preferred_service` to the response with the `200` status

[Full history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/channels/config/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
