---
title: "Update Custom Scan Headers"
method: POST
path: "/domains/{domain_id}/custom-headers"
---

# Update Custom Scan Headers

`POST /domains/{domain_id}/custom-headers`

Update Custom Scan Headers for a Domain

## Path parameters

- `domain_id` integer, required

## Request body

- object
  - `custom_scan_headers` object[], required — The authentication headers
    - `name` string
    - `value` string

## Response `200`

The custom scan headers have been updated successfully

- object
  - `success` integer — The integer 1 indicating success

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
