Skip to main content
GET
/
api
/
channel
/
analytics
/
View Channel Analytics API Endpoint
curl --request GET \
  --url https://backend.clipvision.ai/api/channel/analytics/ \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "analytic_id": 1,
    "disabled": false,
    "channel_id": 1,
    "total_views": 100,
    "total_subs": 100,
    "add_date": "2024-03-17T00:00:00.000Z"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

channel_id
integer
required

Response

Successfully retrieved channel analytics

analytic_id
integer
disabled
boolean
channel_id
integer
total_views
integer
total_subs
integer
add_date
string<date>