Tyk Gateway API v4.1
Number of APIs: 50

The Tyk Gateway API is the primary means for integrating your application with the Tyk API Gateway system. This API is very small, and has no granular permissions system. It is intended to be used purely for internal automation and integration.
Warning: Under no circumstances should outside parties be granted access to this API.
The Tyk Gateway API is capable of:
- Managing session objects (key generation)
- Managing and listing policies
- Managing and listing API Definitions (only when not using the Dashboard)
- Hot reloads / reloading a cluster configuration
- OAuth client creation (only when not using the Dashboard)
In order to use the Gateway API, you'll need to set the secret
parameter in your tyk.conf file.
The shared secret you set should then be sent along as a header with each Gateway API Request in order for it to be successful:
x-tyk-authorization:
The Tyk Gateway API is subsumed by the Tyk Dashboard API in Pro installations.
-
tyk-apis-oas - list Apis OAS GET {{baseUrl}}/tyk/apis/oas?mode=public
-
tyk-apis-oas-{api ID} - delete OAS Api DELETE {{baseUrl}}/tyk/apis/oas/:apiID
-
tyk-apis-oas-{api ID} - list Api OAS GET {{baseUrl}}/tyk/apis/oas/:apiID?mode=public
-
tyk-apis-oas-{api ID} - update Api OAS PUT {{baseUrl}}/tyk/apis/oas/:apiID
-
tyk-apis-oas-{api ID} - Patch a single OAS API by ID PATCH {{baseUrl}}/tyk/apis/oas/:apiID?upstreamURL=minim dolor&listenPath=minim dolor&customDomain=minim dolor&validateRequest=true&allowList=<string>&authentication=<string>
-
tyk-apis-oas - import OAS POST {{baseUrl}}/tyk/apis/oas/import?upstreamURL=minim dolor&listenPath=minim dolor&customDomain=minim dolor&apiID=minim dolor&allowList=<string>&validateRequest=<string>&authentication=<string>
-
tyk-apis-{api ID} - get Api GET {{baseUrl}}/tyk/apis/:apiID
-
tyk-reload - Hot-reload a single node GET {{baseUrl}}/tyk/reload/?block=true
-
tyk-apis-{api ID} - delete Api DELETE {{baseUrl}}/tyk/apis/:apiID
-
tyk-apis - list Apis GET {{baseUrl}}/tyk/apis