GET
/
tyk
/
apis
/
oas
/
{apiID}
/
export
Download a Tyk OAS format API.
curl --request GET \
  --url https://{tenant}/tyk/apis/oas/{apiID}/export \
  --header 'X-Tyk-Authorization: <api-key>'
This response does not have an example.

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Path Parameters

apiID
string
required

ID of the API you want to fetch.

Query Parameters

mode
enum<string>

By default mode is empty which means it will return the Tyk API OAS spec including the x-tyk-api-gateway part. When mode=public, the Tyk OAS API spec will exclude the x-tyk-api-gateway part in the response.

Available options:
public

Response

Exported API definition file

The response is of type file.