API Reference

Get retention analytics for account

Retrieves retention analytics data for the authenticated user's account

GET /retention

Detailed Description

Retrieves viewer retention analytics for the authenticated user’s account over a specified date range. Use this to power retention charts and cohort analyses in dashboards.

HTTP Method & Path

GET /retention

Base URL for this service: https://data.pandavideo.com

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token> (no Bearer prefix)

Parameters

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token (without Bearer prefix).
start_datequerystring (date)NoStart date for the analytics period (ISO 8601, e.g., 2025-09-01).
end_datequerystring (date)NoEnd date for the analytics period (ISO 8601, e.g., 2025-09-11).
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!