getInstalledApp
Retrieve details of an installed app by its ID.
get/v1/app/{appId}
Path parameters
appIdstring required
Response
Details about installed app.
Example response
{
"components": [
{
"configuration": {
"component_url": "https://cdn.apps.com/123/v1.0.0/bundle.js"
}
}
]
}