Skip to main content
GET
/
apps
/
installed-apps
Get installed apps by organization
curl --request GET \
  --url https://apps-studio.thena.ai/apps/installed-apps \
  --header 'x-api-key: <api-key>'
{
  "organizationId": "ESS2VQQKUZ",
  "totalCount": 5,
  "currentPage": 1,
  "totalPages": 5,
  "apps": [
    {
      "installationId": "app_123xyz",
      "appId": "app_123xyz",
      "name": "Thena Hub",
      "teamId": "TGGA0557MV",
      "description": "Integration with Thena Hub for ticket management",
      "appManifest": "{}",
      "appConfiguration": "{}",
      "installedBySub": "2024-03-15T10:00:00Z",
      "installedByEmail": "2024-03-15T10:00:00Z",
      "updatedAt": "2024-03-15T10:00:00Z",
      "botUserId": "B1234567890"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

page
number
default:1
Example:
limit
number
default:10
Example:
includePrivileged
boolean
Example:

Response

200 - application/json
organizationId
string
required
Example:
totalCount
number
required
Example:
currentPage
number
required
Example:
totalPages
number
required
Example:
apps
object[]
required