v1

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

Updates the status of a subdomain.

Update the status of a subdomain.

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

Path parameters

idinteger required
Example:123

The id of the company to be updated.

Request body

Subdomainstring

The subdomain to be updated.

Status'Active' | 'Inactive' nullable required

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

Example request

{
  "Subdomain": "nasa.acmeinc.com",
  "Status": "Inactive"
}

Response

Success