v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434161161.5 KB

For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded.

If you want us to resend the email, use the ResendContactReachabilityEmail operation.

post/#X-Amz-Target=Route53Domains_v20140515.GetContactReachabilityStatus

Headers

X-Amz-Target'Route53Domains_v20140515.GetContactReachabilityStatus' required

Request body

domainNamestring

The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.

Response

Success

domainNamestring

The domain name for which you requested the reachability status.

status'PENDING' | 'DONE' | 'EXPIRED'
<p>Whether the registrant contact has responded. Values include the following:</p> <dl> <dt>PENDING</dt> <dd> <p>We sent the confirmation email and haven't received a response yet.</p> </dd> <dt>DONE</dt> <dd> <p>We sent the email and got confirmation from the registrant contact.</p> </dd> <dt>EXPIRED</dt> <dd> <p>The time limit expired before the registrant contact responded.</p> </dd> </dl>