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