App Installation
getInstallation
Retrieve details of an installed app by its ID.
get/v1/app/{appId}
Path parameters
appIdstring required
Response
Details about an app installation.
Example response
{
"components": [
{
"configuration": {
"override_dev_mode": {
"override_url": "http://localhost:3000"
},
"component_url": "https://cdn.apps.com/123/v1.0.0/bundle.js"
}
}
],
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}