cURL
curl --request GET \ --url https://{tenant}/api/schemas/apidefs/streams-oas \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "schema": "<any>", "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.
Was this page helpful?