Skip to main content
GET
/
v1
/
public
/
apps
/
{slug}
/
taxonomies
/
{taxonomy_id}
/
tree
Get taxonomy node tree for an App
curl --request GET \
  --url https://api.mixpeek.com/v1/public/apps/{slug}/taxonomies/{taxonomy_id}/tree \
  --header 'Authorization: Bearer <token>'
{
  "taxonomy_id": "<string>",
  "nodes": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Globally unique app slug

taxonomy_id
string
required

Taxonomy ID to retrieve

Response

Full taxonomy node tree scoped to the App's namespace

Response for a public taxonomy tree lookup.

taxonomy_id
string
required

ID of the taxonomy

nodes
any[]

Taxonomy node tree