v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473359323.2 KB

Starts the domain verification process for a custom domain name.

post/domainverifications

Request body

clientTokenstring

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.

domainNamestring required

The domain name to verify ownership for.

tagsobject

The tags for the domain verification.

Response

Success

idstring required

The ID of the domain verification.

arnstring required

The Amazon Resource Name (ARN) of the domain verification.

domainNamestring required

The domain name being verified.

status'VERIFIED' | 'PENDING' | 'VERIFICATION_TIMED_OUT' required

The current status of the domain verification process.