cURL
curl --request GET \ --url https://{tenant}/api/schemas/apidefs \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "schemas": { "oas": "<any>", "streamsOAS": "<any>" }, "status": "<string>" }
Get all API definition schemas.
The Tyk Dashboard API Access Credentials
The OAS version.
All API definition schemas response.
Show child attributes
Was this page helpful?