getAppConfiguration

Retrieve a specific app configuration

get/v1/app-configurations/{appId}

Response

Successful response

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