v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Categories

Get unique view count by category ID

get/category/unique-views-count/{categoryId}

Path parameters

categoryIdstring required

The ID of a specific category.

Headers

organizationstring required

Your Organization ID

channelstring required

The Channel ID that your video belongs to.

Response

The total views of a video.

messagestring
errorboolean
codeinteger

Example response

{
  "message": "OK",
  "code": 200,
  "results": {
    "response": {
      "totalViews": 13
    }
  }
}