Analytics
Retrieve play metrics and audience data with the Moviie REST API.
Analytics
Analytics endpoints return aggregated play and engagement data for your organization or individual videos. All endpoints require a date range.
Date range format
Pass startDate and endDate as ISO 8601 date strings:
?startDate=2024-01-01&endDate=2024-01-31Available endpoints
| Endpoint | Description |
|---|---|
| GET /analytics/organization | Aggregate metrics for your entire organization |
| GET /analytics/video/{id} | Metrics for a specific video |
| GET /analytics/cta/organization | CTA impressions and clicks (organization-wide) |
| GET /analytics/cta/video/{id} | CTA metrics for a specific video |