cURL
curl --request GET \ --url https://{tenant}/api/schema \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "schema": "<any>", "status": "<string>" }
Get API definition OAS schema. An alias to /api/schemas/apidefs/oas.
/api/schemas/apidefs/oas
The Tyk Dashboard API Access Credentials
The OAS version.
Pretty print the result.
OAS schema response.
Was this page helpful?