채널 목록 조회
Get Channels
GET
https://api.talkplus.io/v1.4/api/channels
전체 채널 목록을 조회합니다.
Query Parameters
Name | Type | Description |
---|---|---|
type | string | default: "all" Use one of: - "all" - "all_private" - "all_public" - "all_broadcast" - "private" - "public" - "invitationOnly" - "broadcast" - "super_private" - "super_public" - "super_broadcast" |
category | string | category filter |
subcategory | string | subcategory filter |
lastChannelId | string | Last channel ID to query from (use for pagination) |
limit | integer | default: 20, max: 100 |
Headers
Name | Type | Description |
---|---|---|
app-id* | string | App ID |
api-key* | string | App API key |
Get Channel Summaries
GET
https://api.talkplus.io/v1.4/api/channels?summarize=true
요약된 채널 목록을 조회합니다.
Query Parameters
Name | Type | Description |
---|---|---|
type | string | default: "all" Use one of: - "all" - "all_private" - "all_public" - "all_broadcast" - "private" - "public" - "invitationOnly" - "broadcast" - "super_private" - "super_public" - "super_broadcast" |
category | string | category filter |
subcategory | string | subcategory filter |
lastChannelId | string | Last channel ID to query from (use for pagination) |
limit | integer | default: 20, max: 100 |
Headers
Name | Type | Description |
---|---|---|
app-id* | string | App ID |
api-key* | string | App API key |
Last updated