Authorizations
Path Parameters
UID of an API as it comes from the API Provider
Example:
"a0ce49d559ce49d64fe608ea3728082a"
UID of an API Product
Example:
1
Response
OK
API ID from the Tyk Gateway
Example:
"a0ce49d559ce49d64fe608ea3728082a"
Authentication type of an API
Example:
"authToken"
Human-readable description of an API added by the portal admins
Example:
"This API provides payment endpoints"
Listen path which is defined for this API in the gateway
Example:
"/payments/"
Name of an API as it is defined in the gateway
Example:
"Payment API"
URL of OpenAPI Specification for this API. The document must be a valid OAS document
Example:
"https://petstore.swagger.io/v2/swagger.json"
Status of this API: true
means the API is up and false
identifies that it is down
Example:
true
Upstream URL of this API
Example:
"http://httpbin.org/"