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": "<any>",
    "streamsOAS": "<any>"
  },
  "status": "<string>"
}

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