Skip to main content
GET
Get User Channels

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

channel_type
string
required

e.g. telegram, feishu

config
Config · object
required

Channel specific configuration

id
integer
required
user_id
integer
required
created_at
string<date-time>
required
channel_name
string | null

User-friendly name

is_active
boolean
default:true
updated_at
string<date-time> | null