Get All Channels and Groups in a Category
Learn how to get all the channels and groups in a category using Vimeo API.
We'll cover the following...
We'll cover the following...
Overview
In this lesson, we'll use two endpoints of categories.
- We’ll use the
{base_url}/categories/{category_name}/channelsendpoint to get all channels in a category. - We’ll use the
{base_url}/categories/{category_name}/groupsendpoint to get all groups in a category.
Get all channels in a category
We’ll use the categories/{category_name}/channels endpoint to get all the channels available in a category defined by the path parameter {category_name}.