v1

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

Updates the status of a domain.

Update the status of the domain. <br/> It's not possible to update the status of the main domains, which also includes any domains provided by the user to initiate the scan or manually added later on.

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

Path parameters

idinteger required
Example:123

The id of the company to be updated.

Request body

Domainstring required

The domain to be updated.

Status'Active' | 'Inactive'

The new status of the domain. Inactive domains are excluded from the risk score calculations.

Example request

{
  "Domain": "acmeinc.com",
  "Status": "Inactive"
}

Response

Success