---
title: "Refresh taxonomy from connected CMS providers"
method: POST
path: "/v3/cms/taxonomy/refresh"
tags: ["CMS"]
---

# Refresh taxonomy from connected CMS providers

`POST /v3/cms/taxonomy/refresh`

Imports each CMS-published article's categories/tags from the team's connected providers (WordPress, Ghost), then returns the categories (in-use + live CMS list) and the distinct tags in use. Throttled per team.

## Request body

- object
  - `teamId` string

## Response `200`

Default Response

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

## Other responses

- `429` — Default Response
- `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/aa8eaa9e34a0/schema)
