---
title: "Get all the categories that a user follows"
method: GET
path: "/me/categories"
tags: ["Categories\\Subscriptions"]
---

# Get all the categories that a user follows

`GET /me/categories`

This method gets all the categories to which a particular user has subscribed.

## Query parameters

- `direction` 'asc' | 'desc'
- `page` number
- `per_page` number
- `sort` 'alphabetical' | 'date' | 'name'

## Response `200`

The categories were returned.

## Other responses

- `403` — Error code 3200: You can't view another user.

## Changes

- **2019-02-08** `8e9ff8a1caf3` — 2 info
  - api tag `Categories\Subscriptions` added
  - api tag `Categories\Subscription` removed
- **2018-12-05** `26f856a94041` — 2 info
  - api tag `Categories\Subscription` added
  - api tag `Categories\Subscriptions` removed

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/categories/get.md)

---

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