v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Subscription Validation

Get all applications

This will provide access to applications in database.

get/applications

Query parameters

appIdinteger

Search condition. Application ID of the application

Headers

xWSO2Tenantstring required

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

Response

An array of applications in the database

countinteger

Number of Applications returned.

Example response

{
  "count": 1,
  "list": [
    {
      "tokenType": "JWT"
    }
  ],
  "pagination": {
    "limit": 1,
    "total": 10
  }
}