v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

List App Installs

This endpoint lists all app installs within the workspace associated with this API Key. <br/><br/>Returns the apps in sorted order as displayed in the left navbar.

get/v1/installs

Response

200

appIdstring
displayNamestring
idstring
typestring
objectstring

Example response

[
  {
    "appId": "a6e3a6f3-2f2a-4c79-b77c-9508da6e80dc",
    "displayName": "Home",
    "id": "15dadd33-1e63-4e59-9752-d5e916cfae59",
    "type": "marketplace",
    "object": "appInstall"
  }
]