v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Channels

List top ten watchers by channel ID

get/channel/top-10-watchers

Headers

organizationstring required

Your Organization ID

channelstring required

The Channel ID that your video belongs to

Response

Top 10 watchers by a given ChannelID.

messagestring
errorboolean
codeinteger

Example response

{
  "message": "OK",
  "code": 200,
  "results": {
    "response": {
      "email": "user@user.com",
      "totalWatchedTimeInMs": 5755747,
      "totalWatchedTime": "200:37:47"
    }
  }
}