API – Total Interactions per Video

Returns the total accumulated interactions per video, including data from the last week.

Endpoint:

GET / api/external/videos/:video_id/interactions

Response:
{
	"interactions": 65,
	"last_week": 10
}