---
title: "POST /VerifyTargetDomain"
method: POST
path: "/VerifyTargetDomain"
---

# POST /VerifyTargetDomain

`POST /VerifyTargetDomain`

Initiates verification of a target domain. This checks whether the domain ownership verification token has been properly configured.

## Request body

- object
  - `targetDomainId` string, required — Unique identifier of the target domain.

## Response `200`

Success

- VerifyTargetDomainOutput — Output for verifying ownership for a registered target domain in an agent space.
  - `targetDomainId` string — The unique identifier of the target domain.
  - `domainName` string — The domain name of the target domain.
  - `createdAt` string, date-time — The date and time the target domain was created, in UTC format.
  - `updatedAt` string, date-time — The date and time the target domain was last updated, in UTC format.
  - `verifiedAt` string, date-time — The date and time the target domain was verified, in UTC format.
  - `status` 'PENDING' | 'VERIFIED' | 'FAILED' | 'UNREACHABLE' — The verification status of the target domain.
  - `verificationStatusReason` string — The reason for the current target domain verification status.

---

[API](https://skmtc.net/aws/apis/securityagent.md) · [All operations](https://skmtc.net/aws/apis/securityagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/securityagent/revisions/cad56717d636/schema)
