cURL
curl --request GET \ --url https://{tenant}/tyk/schema \ --header 'X-Tyk-Authorization: <api-key>'
{ "message": "<string>", "schema": "<unknown>", "status": "<string>" }
Get OAS schema definition using a version.
Api key
The OAS version to fetch.
OAS schema response.
Was this page helpful?