Skip to main content

Gets user subscribed channels

GET 

/getUserSubscribedChannels

Gets user subscribed channels

Request

Query Parameters

    fid stringrequired
    first numberrequired
    skip numberrequired

Responses

List of subscribed channels

Schema
    channels object[]
  • Array [
  • title stringrequired
    profileimgurl stringrequired
  • ]
  • hasMore booleanrequired
Loading...