Gateway REST API skill. Use when working with Gateway REST for tyk. Covers 18 endpoints.
API version: 1.9
ApiKey keyId in path
Not specified.
18 endpoints across 1 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /tyk/keys/ | Gets a list of key IDs (will only work with non-hashed installations) |
| POST | /tyk/keys/create | Create a new API token with the session object defined in the body |
| PUT | /tyk/keys/{keyId} | Update an API token with the session object defined in the body, this operatin overwrites the existing object |
| POST | /tyk/keys/{keyId} | Add a pre-specified API token with the session object defined in the body, this operatin creates a custom token that dsoes not use the gateway naming convention for tokens |
| DELETE | /tyk/keys/{keyId} | Remove this API token from the gateway, this will completely destroy the token and metadata associated with the token and instantly stop access from being granted |
| GET | /tyk/apis/ | Gets a list of API Definition objects that are currently live on the gateway |
| POST | /tyk/apis/ | Create an API Definition object |
| GET | /tyk/apis/{apiID} | Gets an API Definition object, if it exists |
| DELETE | /tyk/apis/{apiID} | Deletes an API Definition object, if it exists |
| PUT | /tyk/apis/{apiID} | Updates an API Definition object, if it exists |
| GET | /tyk/health/ | Gets the health check values for an API if it is being recorded |
| GET | /tyk/reload/ | Will reload the targetted gateway |
| GET | /tyk/reload/group | Will reload the cluster via the targeted gateway |
| POST | /tyk/oauth/clients/create | Create a new OAuth client |
| DELETE | /tyk/oauth/clients/{apiId}/{clientId} | Delete the OAuth client |
| GET | /tyk/oauth/clients/{apiId} | Get a list of OAuth clients bound to this back end |
| POST | /tyk/oauth/authorize-client/ | The final request from an authorising party for a redirect URI during the Tyk OAuth flow |
| DELETE | /tyk/oauth/refresh/{keyId} | Invalidate a refresh token |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP