---
title: "List the team's reusable categories + tags"
method: GET
path: "/v3/cms/taxonomy/"
tags: ["CMS"]
---

# List the team's reusable categories + tags

`GET /v3/cms/taxonomy/`

Single source of taxonomy suggestions: the categories/tags already in use across the team's articles UNION the live taxonomy of every connected CMS provider (WordPress, Ghost, Shopify), merged and deduped.

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `categories` string[]
  - `tags` string[]
  - `syncedProviders` string[]

## Other responses

- `500` — Default Response

---

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