cURL
curl --request GET \ --url https://{tenant}/api/schemas/apidefs/streams-oas \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "schema": "<unknown>", "status": "<string>" }
Retrieve schema for Tyk Streams APIs, enabling developers and integrators to validate or generate stream-based API definitions programmatically. Optionally select the OAS version and pretty-print formatting.
The Tyk Dashboard API Access Credentials
The OAS version.
Pretty print the result.
OAS schema response.
Was this page helpful?