Retention Analytics
Get retention analytics for account
Retrieves retention analytics data for the authenticated user's account
get/retention
Query parameters
start_datestring date
Start date for analytics period
end_datestring date
End date for analytics period
Response
Retention analytics data retrieved successfully
Example response
{
"data": [
{
"video_id": "abc123",
"retention_rate": 65.4,
"drop_off_points": [
{
"timestamp": 30,
"retention": 85.2
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.