Get an Application
Returns the configuration of a single application in any 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.
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"
]
}
}Changes
Changed in 2 of the 75 revisions of this API.41
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○