list Api OAS
GET {{baseUrl}}/api/apis/oas/:apiID?mode=<string>
Get API definition in OAS format
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
mode | string | The 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e","message":"\u003cstring\u003e","schema":"\u003cstring\u003e"}