download Apis OAS Public

GET {{baseUrl}}/tyk/apis/oas/export?mode=<string>

Download all OAS format APIs, when used without the Tyk Dashboard.

Request Params

KeyDatatypeRequiredDescription
modestringThe mode of OAS export. By default the mode is not set which means the OAS spec is exported including the OAS Tyk extension.
If the mode is set to public, the OAS spec excluding the Tyk extension is exported.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;schema&quot;:&quot;\u003cstring\u003e&quot;},{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;schema&quot;:&quot;\u003cstring\u003e&quot;}]