Gets user subscribed channels
GET/getUserSubscribedChannels
Gets user subscribed channels
Request
Query Parameters
fid stringrequired
first numberrequired
skip numberrequired
Responses
- 200
- default
List of subscribed channels
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
channels object[]
title stringrequired
profileimgurl stringrequired
hasMore booleanrequired
{
"channels": [
{
"title": "string",
"profileimgurl": "string"
}
],
"hasMore": true
}
Error response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
code stringrequired
issues object[]
message stringrequired
{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}
Loading...