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

# POST /ListTargetDomains

`POST /ListTargetDomains`

Returns a paginated list of target domain summaries in your account.

## Request body

- object
  - `nextToken` string — Pagination token.
  - `maxResults` integer — Maximum results for pagination.

## Response `200`

Success

- ListTargetDomainsOutput — Output for the ListTargetDomains operation.
  - `targetDomainSummaries` TargetDomainSummary[] — The list of target domain summaries.
    - `targetDomainId` string, required — The unique identifier of the target domain.
    - `domainName` string, required — The domain name of the target domain.
    - `verificationStatus` 'PENDING' | 'VERIFIED' | 'FAILED' | 'UNREACHABLE' — The current verification status of the target domain.
  - `nextToken` string — A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.

---

[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/versions/cad56717d636/schema)
