---
title: "Get all the channels to which a user can add or remove a specific video"
method: GET
path: "/videos/{video_id}/available_channels"
tags: ["Channels\\Videos"]
---

# Get all the channels to which a user can add or remove a specific video

`GET /videos/{video_id}/available_channels`

Information about this method appears below.

## Path parameters

- `video_id` number, required

## Response `200`

The channels were returned.

## Other responses

- `403` — The authenticated user can't add or remove this video from any channel.
- `404` — The authenticated user can't moderate channels.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
