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.

app_idstring required

ID of the app configuration

installer_org_idstring required

Unique identifier for the organization the app is installed in

enabledboolean required

Flag to indicate if the app is enabled. Enabled is set to true when required option values are set.

namestring required

Name of the app

installed_versionstring required

Version of the app that is installed

Example response

{
  "components": [
    {
      "configuration": {
        "component_url": "https://cdn.apps.com/123/v1.0.0/bundle.js"
      }
    }
  ]
}

Changes