v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Subscription Validation

Get all scopes.

This will provide access to the Scopes created in database.

get/scopes

Query parameters

scopeKeystring

Search condition. Scope Key

Headers

xWSO2Tenantstring required

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

Response

An array of Scopes in Database.

countinteger

Number of Scopes returned.

Example response

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