download Api OAS Public
GET {{baseUrl}}/api/apis/oas/:apiID/export?mode=<string>
download API definition in OAS format(only APIs saved in OAS format),
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
mode | string | Mode of OAS export, by default mode could be empty which means to export OAS spec including OAS Tyk extension. | |
| When mode=public, OAS spec excluding Tyk extension is exported |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e","message":"\u003cstring\u003e","schema":"\u003cstring\u003e"}