# Retrieve an external application installation details Show details of a specific External Application installation. For security reasons, token is not returned. If app token is lost, in Management API v3 the only way to retrieve a token is to generate a new one with reset token operation. In order to install the application, please refer to documentation of respective CP2 which will contain all necessary snippets and links. Endpoint: GET /hubs/{subdomain}/external_applications/{external_application_slug} Version: 3.0-R1 Security: ApiKeyAuth ## Path parameters: - `subdomain` (string, required) Unique subdomain of requested Hub. - `external_application_slug` (string, required) External Application slug Enum: "minimal_widget", "widget", "zendesk", "statusapi" ## 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"