---
title: "Start scan for a domain"
method: POST
path: "/domains/scan"
---

# Start scan for a domain

`POST /domains/scan`

Start scan for a domain

## Request body

- object
  - `domain_id` integer, required — The ID of the domain.

## Response `200`

The scan has been successfully started

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

## Other responses

- `404` — The domain with this id is not found.

---

[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)
