---
title: "(Deprecated) Get legacy categories"
method: POST
path: "/categories/get"
tags: ["plaid"]
deprecated: true
---

# (Deprecated) Get legacy categories

`POST /categories/get`

> **Deprecated.**

Send a request to the `/categories/get` endpoint to get detailed information on legacy categories returned by Plaid. This endpoint does not require authentication.

All implementations are recommended to [use the newer `personal_finance_category` taxonomy](https://plaid.com/docs/transactions/pfc-migration/) instead of the legacy `category` taxonomy supported by this endpoint.

## Request body

- CategoriesGetRequest — CategoriesGetRequest defines the request schema for `/categories/get`

## Response `200`

success

- CategoriesGetResponse — CategoriesGetResponse defines the response schema for `/categories/get`
  - `categories` Category[], required — An array of all of the transaction categories used by Plaid.
    - `category_id` string, required — An identifying number for the category. `category_id` is a Plaid-specific identifier and does not necessarily correspond to merchant category codes.
    - `group` string, required — `place` for physical transactions or `special` for other transactions such as bank charges.
    - `hierarchy` string[], required — A hierarchical array of the categories to which this `category_id` belongs.
  - `request_id` string, required — A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.net/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/versions/64c4514ea59b/schema)
