v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

Updates the status of an IP.

Update the status of an IP.

patch/api/v2/companies/{id}/ips

Path parameters

idinteger required
Example:123

The id of the company to be updated.

Request body

IPstring

The IP to be updated.

Status'Active' | 'Inactive' nullable required

The new status of the IP. Inactive IP are excluded from the scans and from the risk score calculations.

Example request

{
  "IP": "192.168.4.3",
  "Status": "Inactive"
}

Response

Success