Skip to main content
GET
/
api
/
apis
/
oas
/
{apiId}
/
categories
Get OAS API's Categories.
curl --request GET \
  --url https://{tenant}/api/apis/oas/{apiId}/categories \
  --header 'Authorization: Bearer <token>'
{
  "categories": [
    "developers",
    "devops",
    "research"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

ID of the API.

Response

Category fetched.

categories
string[] | null