Videos Operations on Vimeo Groups
Learn how to perform different video operations on groups using Vimeo API.
Overview
In this lesson, we'll see some important operations for the management of videos in groups. We'll learn to add a video to our group and retrieve all the videos from a group. See the endpoints below:
- We’ll use the
{base_url}/groups/{GROUP_ID}/videos/{VIDEO_ID}
endpoint to add a video to a group. - We’ll use the
{base_url}/groups/{GROUP_ID}/videos
endpoint to get all videos from the Vimeo group.
Add a video to a group
This section teaches us how to add a specific video to a group. The authenticated user must be the owner of the group. We'll add Vimeo videos to our group. A few sample video IDs are given in the table below:
Get hands-on with 1400+ tech skills courses.