> ## Documentation Index
> Fetch the complete documentation index at: https://storeinspect.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Taxonomy

> Discover valid filter values for API searches.

Use `GET /taxonomy` to fetch canonical values for filters and labels.

```bash theme={null}
curl https://storeinspect.com/api/v1/taxonomy \
  -H "Authorization: Bearer $STOREINSPECT_API_KEY"
```

The taxonomy response includes values such as:

* Countries
* Store categories
* Traffic and revenue tiers
* Apps and app slugs
* Pixels and pixel slugs
* Theme types
* Contact roles
* Contact seniority groups
* Social platforms

Use taxonomy values instead of hard-coding labels when possible.

<Tip>
  If a taxonomy item includes both a display name and slug, use the field documented for that filter in the API reference.
</Tip>
