API Reference

Get Bandwidth by Video

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

NameInTypeRequiredDescription
AuthorizationheaderstringYesBearer access token.
video_idquerystringYesVideo identifier.
start_datequerystring (yyyy-MM-dd)YesStart date for the analytics period.
end_datequerystring (yyyy-MM-dd)YesEnd 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
Language
Credentials
Header
Click Try It! to start a request and see the response here!