---
title: WithSecure Endpoint Protection
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/withsecure-endpoint-protection/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/withsecure-endpoint-protection/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.2
Updated: April 30, 2026***
WithSecureâ„¢ (formerly F-Secure) Elements Endpoint Protection is cloud-native, AI-powered endpoint protection that you can deploy instantly from your browser and manage easily from a single console. It integrates across all your endpoints, keeping your organization fenced in from attacks.
## Actions
* **Get company subscription details** *(Enrichment)* - Retrieve subscription information by the given ID.
* **List company subscriptions** *(Enrichment)* - List subscriptions that belong to a company.
* **List missing software updates** *(Enrichment)* - List software updates missing from a company computer with given UUID.
## WithSecure Endpoint Protection configuration
To use the Endpoint Protection API, you need EPP user credentials and an API key. The user must have MFA disabled in order for API integration to work.
To generate an API key:
1. Log in to the protal with the account used for the API.
1. Open Endpoint Protection section and open any sub-menu.
1. Click on the user icon in the top right of the screen and select **Get management API key**.
1. This starts the Management API key wizard.
1. Accept the terms of use.
1. Make note of the generated API key and the API server URL to use when making API requests.
1. If MFA has been enabled, disable MFA from settings.
1. Logout.
## Configure WithSecure Endpoint Protection in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **URL**: Enter the base API URL for WithSecure Endpoint Protection, for example, `https://eu1.psb.fsapi.com`.
* **API Key**: Enter your WithSecure Endpoint Protection API key you [copied earlier](#withsecure-endpoint-protection-configuration).
* **Username**: Enter the username for an WithSecure Endpoint Protection admin user authorized to authenticate the integration
* **Password**: Enter the password for the admin user.
*
*
*
*
For information about WithSecure Endpoint Protection, see [WithSecure Endpoint Protection documentation](https://www.withsecure.com/userguides/product.html?business/psb-portal/latest/en).
## Category
Threat Intelligence-Reputation
## Change Log
* March 27, 2023 - First upload
* July 18, 2023 (v1.1) - Removed leading/trailing spaces
* April 30, 2026 (v1.2) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.