cURL
curl --request GET \ --url https://api.example.com/api/taxonomy/tags \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "name": "<string>", "type": "<string>", "parent_id": 123, "description": "<string>" } ], "page": { "limit": 123, "offset": 123, "total": 123 } }
Auth0 JWT access token
Keyword search (min 2 chars). Fuzzy matches name and aliases.
2
"artificial intelligence"
"industry"
Number of results to return (1-1000, default 100)
"100"
"0"
List of tags
Show child attributes