Update a FSPM security finding by ID
Accepts or reopens a finding for the workspace. When accepting a finding
(status: "ACCEPTED"), statusUpdatedReason is required.
Endpoint Roles: Security Admin.
Note: This endpoint is available only for the FSPM Pro package. It is not available for FSPM Basic.
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
Unique identifier of the finding
Body
- Option 1
- Option 2
Request to update the status of a FSPM finding. Only OPEN (reopen) and ACCEPTED (accept) are settable; findings become RESOLVED via automated detection, not through this API. statusUpdatedReason is required when accepting a finding and ignored when reopening.
Response
The updated FSPM finding
Unique identifier of the finding
"2f8a132e-623d-3a97-841f-2c5d9b7a3e60"
Current status of the finding
OPEN, ACCEPTED, RESOLVED "ACCEPTED"
Severity level of the finding
INFO, LOW, MEDIUM, HIGH "MEDIUM"
Category of the finding
USER_MANAGEMENT, APPROVAL_GROUP_MANAGEMENT, POLICY_ENGINE_UTILIZATION, WORKSPACE_CONFIGURATION, DEFI_ACCESS, FLEET_MANAGEMENT "USER_MANAGEMENT"
When the finding was first detected
"2026-07-21T07:49:28.000Z"
Human-readable title of the finding
"The API user 'Admin API' is missing an IP allowlist"
Additional structured context about the finding. Shape varies by finding type.
Compliance requirements this finding relates to
Explanation of the risk this finding represents
"This API user has no IP allowlist, so it can be accessed from anywhere, increasing the risk of unauthorized activity."
Guidance on how to mitigate this finding
"Go to Developer Center > API Users, click the actions button (3 dots) next to the API user, and select 'Allowlist IP address'."
When the finding status was last updated, omitted if the status was never updated
"2026-08-16T08:52:57.000Z"
The user who last updated the finding status, omitted if the status was never updated
"7c2e3a4f-144d-4f23-932c-518b3d7f1a09"
The reason provided for the last status update, omitted if none was provided
"False positive, the API user only ever connects from a fixed, trusted network"