News & Updates
8 Sep 2025 - Fetch Device Vulnerabilities with Our New Endpoint
We’ve just released a new endpoint that makes it easier to retrieve vulnerability data for any specific device.
With GET /devices/{id}/vulnerabilities
you can fetch all known vulnerabilities tied to a device.
This endpoint helps you quickly assess security risks and integrate vulnerability insights into your own monitoring and reporting systems.
24 Jun 2025 - New Probe information available!
We are excited to announce that the SecuriThings API now provides additional information about probes, enhancing your ability to monitor and manage devices effectively. This update includes the following new fields for probes:
probe.agent
: Indicates the status of the agent probe.probe.deviceSource
: Indicates the status of the device source probe.probe.edge
: Indicates the status of the edge probe.probe.host
: Indicates the status of the host probe.probe.app
: Indicates the status of the app probe.
You can also filter devices based on these probe statuses using the probe.agent
, probe.deviceSource
, probe.edge
, probe.host
, and probe.app
query parameters. The possible values for these fields are up
, down
, unknown
, or unmonitored
.
These fields provide valuable insights into the connectivity and health of your devices, allowing you to make informed decisions and take proactive measures to ensure optimal performance.