v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Subscription Validation

Get all subscriptions

This will provide access to subscriptions in database.

get/subscriptions

Query parameters

apiIdinteger

Search condition. Api ID of the subscription

appIdinteger

Search condition. Application ID of the subscription

apiUUIDstring

Search condition. Api UUID of the subscription

applicationUUIDstring

Search condition. Application UUID of the subscription

Headers

xWSO2Tenantstring required

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

Response

An array of subscriptions in the database

countinteger

Number of Subscriptions returned.

Example response

{
  "count": 1,
  "pagination": {
    "limit": 1,
    "total": 10
  }
}