cURL
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" } ] }
Get installed apps by organization
Page number (starts from 1)
1
Number of items per page
10
Include privileged apps
false
Installed apps by organization
The response is of type object.
object