---
title: "Get all the custom logos of an album"
method: GET
path: "/users/{user_id}/albums/{album_id}/logos"
tags: ["Albums\\Custom album logos"]
---

# Get all the custom logos of an album

`GET /users/{user_id}/albums/{album_id}/logos`

This method gets all the custom logos from the specified album.

## Path parameters

- `album_id` number, required
- `user_id` number, required

## Query parameters

- `page` number
- `per_page` number

## Response `200`

The custom logos were returned.

## Other responses

- `404` — No such album exists.

---

[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/versions/ea882e0224a4/schema)
