# List External Application installations List all of currently supported external applications as well as the status of the integration for current Hub. If app is not enabled, it will not work even if its installed with correct token. Currently supported applications are: - Minimal Widget - Small and basic version of StatusHub widget intended to be used in places requiring small visual size of the widget, - Widget - Default Statushub widget, - Zendesk - StatusHub App for Zendesk - Zendesk Marketplace link Endpoint: GET /hubs/{subdomain}/external_applications Version: 3.0-R1 Security: ApiKeyAuth ## Path parameters: - `subdomain` (string, required) Unique subdomain of requested Hub. ## Query parameters: - `api_version` (string) Api version Enum: "V3-R1" ## Response 200 fields (application/json): - `enabled` (boolean) Status of app: - enabled - Application installations will work for as long as the used token is valid, - disabled - Application installations will not work even if used token is valid. Example: true - `slug` (string) External Application slug Example: "widget"