---
title: "GET /domainverifications/{domainVerificationIdentifier}"
method: GET
path: "/domainverifications/{domainVerificationIdentifier}"
---

# GET /domainverifications/{domainVerificationIdentifier}

`GET /domainverifications/{domainVerificationIdentifier}`

Retrieves information about a domain verification.ß

## Path parameters

- `domainVerificationIdentifier` string, required

## Response `200`

Success

- GetDomainVerificationResponse
  - `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.

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