Applications
Get an Application by Portal
Returns the configuration of a single application in this portal. If an application is linked to a DCR Provider, the dcr_provider.id and client_id can be used to correlate it. An application manages a set of credentials and registrations for specific APIs.
get/v3/portals/{portalId}/applications/{applicationId}
Response
Details about an application in a portal.
Example response
{
"id": "b15e2460-ba40-431d-9df0-4957fcffacda",
"labels": {
"env": "test"
},
"name": "App 1",
"description": "An easy to manage app in a Konnect developer portal",
"registration_count": 4,
"portal": {
"id": "95606071-49c7-4c2e-ae49-8a86d72a8110"
},
"auth_strategy": {
"id": "45606071-49c7-4c2e-ae49-8a86d72a8110",
"name": "API Key",
"credential_type": "key_auth",
"key_names": [
"apikey"
]
},
"created_at": "2022-12-22T19:09:30.712Z",
"updated_at": "2022-12-22T19:09:30.712Z",
"owner": {
"id": "8cd9feff-b4da-4a9f-ba49-cbe83c75ff22",
"type": "developer"
}
}