v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Update Custom Scan Headers

Update Custom Scan Headers for a Domain

post/domains/{domain_id}/custom-headers

Path parameters

domain_idinteger required

The ID of the domain to update the custom scan headers for

Request body

Example request

{
  "custom_scan_headers": [
    {
      "name": "x-scan-by",
      "value": "aikido"
    }
  ]
}

Response

The custom scan headers have been updated successfully

successinteger

The integer 1 indicating success

Example response

{
  "success": 1
}