v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Subscription Validation

Get all application key mappings

This will provide access to application vs key mappings in database.

get/application-key-mappings

Query parameters

consumerKeystring

Search condition. Consumer Key of the application

keymanagerstring

Search condition. KeyManager associated to consumer_key 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 application key mappings in the database

countinteger

Number of ApplicationKeyMappings returned.

Example response

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