GET /videos/{video_id}/likes

vimeo.com

Summary: Get all the users who have liked a video
Operation ID: get_video_likes
Auth: unknown

Parameters (5)

direction (string, query, optional)

The sort direction of the results.

Constraints: {'enum': ['asc', 'desc']}

page (number, query, optional)

The page number of the results to show.

per_page (number, query, optional)

The number of items to show on each page of results, up to a maximum of 100.

sort (string, query, optional)

The way to sort the results.

Constraints: {'enum': ['alphabetical', 'date']}

video_id (number, path, required)

The ID of the video.

No probe data for this endpoint yet.