cURL
curl --request GET \ --url https://{tenant}/api/apis/categories \ --header 'Authorization: Bearer <token>'
{ "categories": [ { "count": 3, "name": "tag2" }, { "count": 1, "name": "tag2" }, { "count": 1, "name": "tag3" } ] }
Get a list of all the defined API categories and the number(count) of APIs that are in each category.
The Tyk Dashboard API Access Credentials
API categories
Show child attributes
Was this page helpful?