API – Total Answers per Video

Returns the total number of answers to questions or interactive forms in a video, including the total from the last 7 days.

Endpoint:

GET / api/external/videos/:video_id/answers

Response:
{
	"answers": 45,
	"last_week": 6
}