get https://api-v2.pandavideo.com/analytics/traffic?video_id=&start_date=&end_date=
GET /analytics/traffic
Detailed Description
Retrieves bandwidth (traffic) analytics for a specific video over a given date range.
HTTP Method & Path
GET /analytics/traffic
Base URL:
https://api-v2.pandavideo.com
Authentication Requirements
- Header:
Authorization: Bearer <access_token>
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
Authorization | header | string | Yes | Bearer access token. |
video_id | query | string | Yes | Video identifier. |
start_date | query | string (yyyy-MM-dd) | Yes | Start date for the analytics period. |
end_date | query | string (yyyy-MM-dd) | Yes | End date for the analytics period. |
Responses
200
: Success.400
: Bad request. Check the provided parameters.401
: Unauthorized. Authentication failed or not provided.404
: Not found.500
: Internal server error. Please try again later