v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Channels

Get monthly view count by channel ID

get/channel/total-views-per-month

Headers

organizationstring required

Your Organization ID

channelstring required

The Channel ID that your video belongs to.

Response

The total views count of a channel.

messagestring
errorboolean
codeinteger

Example response

{
  "message": "OK",
  "code": 200,
  "results": {
    "response": {
      "month": "November",
      "totalViews": 6
    }
  }
}