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": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"labels": {
"env": "test"
},
"dcr_provider": {
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7"
},
"portal": {
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7"
},
"auth_strategy": {
"id": "b9e81174-b5bb-4638-a3c3-8afe61a0abf8",
"name": "name",
"auth_methods": [
"bearer"
],
"available_scopes": [
"scope1",
"scope2"
]
}
}