cURL
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" } ]
This API endpoint allows a user to view analytics data related to a channel.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successfully retrieved channel analytics