get https://data.pandavideo.com/ranking
Retrieves ranking analytics data for the authenticated user's account
GET /ranking
Detailed Description
Retrieves ranking analytics for the authenticated user’s account over a specified date range. Use this to power “top performers” dashboards and leaderboards.
HTTP Method & Path
GET /ranking
Base URL for this service:
https://data.pandavideo.com
Authentication Requirements
- Security Scheme:
PandaAuth
(apiKey) - Header:
Authorization: <your_api_token>
(no Bearer prefix)
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
Authorization | header | string | Yes | Panda API token (without Bearer prefix). |
start_date | query | string (date) | No | Start date for the analytics period (ISO 8601, e.g., 2025-09-01 ). |
end_date | query | string (date) | No | End date for the analytics period (ISO 8601, e.g., 2025-09-11 ). |