---
title: "GET /domainverifications"
method: GET
path: "/domainverifications"
---

# GET /domainverifications

`GET /domainverifications`

Lists the domain verifications.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListDomainVerificationsResponse
  - `items` DomainVerificationSummary[], required — Information about the domain verifications.
    - `id` string, required — The ID of the domain verification.
    - `arn` string, required — The Amazon Resource Name (ARN) of the domain verification.
    - `domainName` string, required — The domain name being verified.
    - `status` 'VERIFIED' | 'PENDING' | 'VERIFICATION_TIMED_OUT', required — The current status of the domain verification process.
    - `txtMethodConfig` object — The TXT record configuration used for domain verification.
      - `value` string, required — The value that must be added to the TXT record for domain verification.
      - `name` string, required — The name of the TXT record that must be created for domain verification.
    - `createdAt` string, date-time, required — The date and time that the domain verification was created, in ISO-8601 format.
    - `lastVerifiedTime` string, date-time — The date and time that the domain was last successfully verified, in ISO-8601 format.
    - `tags` object — The tags associated with the domain verification.
  - `nextToken` string — A pagination token for the next page of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

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