사용자 채널 조회
Get User Channels
GET
https://api.talkplus.io/v1.4/api/users/:userId/channels
특정 사용자가 참여 중인 채널 목록을 조회합니다.
Path Parameters
Name
Type
Description
userId*
string
Query Parameters
Name
Type
Description
category
string
category filter
subcategory
string
subcategory filter
lastChannelId
string
Last channel ID to query from (use for pagination)
Headers
Name
Type
Description
app-id*
string
App ID
api-key*
string
App API key
Get User's Hidden Channels
GET
https://api.talkplus.io/v1.4/api/users/:userId/channels/hidden
사용자가 숨김 처리한 채널 목록을 조회합니다.
Path Parameters
Name
Type
Description
userId*
string
Query Parameters
Name
Type
Description
lastChannelId
string
Last channel ID to query from (use for pagination)
Headers
Name
Type
Description
app-id*
string
App ID
api-key*
string
App API key
Last updated