GET
/
apps
/
installed-apps
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": [
    {
      "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

Page number (starts from 1)

Example:

1

limit
number
default:10

Number of items per page

Example:

10

includePrivileged
boolean

Include privileged apps

Example:

false

Response

200 - application/json

Installed apps by organization

The response is of type object.