Skip to main content
Use GET /taxonomy to fetch canonical values for filters and labels.
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.
If a taxonomy item includes both a display name and slug, use the field documented for that filter in the API reference.