---
title: "Get all the channels to which a user subscribes"
method: GET
path: "/me/channels"
tags: ["Channels\\Essentials"]
---

# Get all the channels to which a user subscribes

`GET /me/channels`

This method gets all the channels to which the specified user subscribes.

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'moderated'
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'date' | 'followers' | 'videos'

## Response `200`

The channels were returned.

## Other responses

- `304` — No channel has been followed since the given `If-Modified-Since` header.

---

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