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

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

`GET /videos/{video_id}/available_albums`

## Path parameters

- `video_id` number, required

## Query parameters

- `page` number
- `per_page` number

## Response `200`

The albums were returned.

## Other responses

- `403` — Error code 3433: The authenticated user can't add this video to collections.

---

[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)
