getInstalledApp

Retrieve details of an installed app by its ID.

get/v1/app/{appId}

Path parameters

appIdstring required

Response

Details about installed app.

app_idstring
icon_urlstring

URL of the app icon.

documentation_urlstring

URL of the app documentation.

created_bystring
created_atstring
updated_atstring
updated_bystring
versionstring
status'published' | 'pending'
internalboolean

Flag to indicate if the app is built by epilot.

owner_org_idstring

Organization ID of the app owner, required for private apps

access_level'public' | 'private'

Access level of the app.

Example response

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

Changes