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.
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"
}
]
}Show child attributes
Was this page helpful?