v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Subscription Validation

Get all apis

This will provide access to apis in database.

get/apis

Query parameters

apiIdstring

Search condition. Api ID

contextstring

Search condition. context of the api

versionstring

Search condition. versio of the api

gatewayLabelstring

Search condition. label associated with the APIs

expandboolean

Defines whether the returned response should contain full details of API

Headers

xWSO2Tenantstring required

This is used to specify the tenant domain, where the resource need to be retrieved from.

Acceptstring

Media types acceptable for the response. Default is application/json.

Response

An array of APIs in the database

countinteger

Number of APIs returned.

Example response

{
  "count": 1,
  "list": [
    {
      "apiType": "APIProduct",
      "status": "APIProduct",
      "organization": "wso2.com",
      "securityScheme": "Oauth2,api_key",
      "subtype": "Default"
    }
  ],
  "pagination": {
    "limit": 1,
    "total": 10
  }
}