# Reset External Application token Resets the token for an External Application installation. This is the only way to obtain app token through Management API v3. Resetting the token is automatically invalidating previously used token and that operation is unreverisble. Can be used to quickly disable the app if for example token has been compromised. Endpoint: PUT /hubs/{subdomain}/external_applications/{external_application_slug}/reset_token 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"