Skip to main content
GET
/
api
/
schemas
/
apidefs
Get all API definition schemas.
curl --request GET \
  --url https://{tenant}/api/schemas/apidefs \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "schemas": {
    "oas": "<unknown>",
    "streamsOAS": "<unknown>"
  },
  "status": "<string>"
}

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

Query Parameters

oasVersion
string

The OAS version.

Response

All API definition schemas response.

message
string
schemas
object
status
string