Channels
Get unique view count by channel ID
get/channel/unique-views-count
Headers
organizationstring required
Your Organization ID
channelstring required
The Channel ID that your video belongs to.
Response
The total views count of a channel.
Example response
{
"message": "OK",
"code": 200,
"results": {
"response": {
"totalViews": 43
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.