List all APIs included in this API Product
List all APIs included in this API Product
Authorizations
Path Parameters
UID of an API Product
1
Query Parameters
Maximum number of records to return for this request. Overrides the row count only, not the page offset (which is always based on per_page), so use per_page for pagination rather than combining limit with page. Defaults to the per_page value.
Items per page. Defaults to the resource-specific page count if configured, otherwise 20
Page number. Defaults to 1 when omitted
Response
OK
API ID from the Tyk Gateway
"a0ce49d559ce49d64fe608ea3728082a"
Authentication type of an API
"authToken"
Listen path which is defined for this API in the gateway
"/payments/"
Name of an API as it is defined in the gateway
"Payment API"
URL of OpenAPI Specification for this API. The document must be a valid OAS document
"https://petstore.swagger.io/v2/swagger.json"
Status of this API: true means the API is up and false identifies that it is down
true
Upstream URL of this API
"http://httpbin.org/"