Download OpenAPI specification:Download
N/A (this description is removed during bundling)
The API for Konnect Portal developer applications within a private portal (i.e. requires registration/authentication). When a portal is in public mode, all of the described endpoints will return a 404 error. A public portal means that applications and registrations are not available/needed. In this API's context, "you" and "your" refers to the developer consuming the API.
Retrieves the granted scopes of a specified application and API directly from the IDP. Scopes shared between APIs will be returned, even if not currently registered for given API. Will return 422 if this feature is not supported by the application.
| applicationId required | string <uuid> Id of the targeted application |
{- "scopes": [
- "openid"
]
}The API for Konnect Portal developer credentials within a private portal (i.e. requires registration/authentication).