cURL
curl --request GET \ --url https://{tenant}/api/apis/oas/{apiId}/categories \ --header 'Authorization: Bearer <token>'
{ "categories": [ "developers", "devops", "research" ] }
Get a list of the API categories associated with the specified API.
The Tyk Dashboard API Access Credentials
ID of the API.
Category fetched.
Was this page helpful?