v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434161161.5 KB

This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used.

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

Query parameters

MaxItemsstring

Pagination limit

Markerstring

Pagination token

Headers

X-Amz-Target'Route53Domains_v20140515.ListDomains' required

Request body

Markerstring
<p>For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current Amazon Web Services account is greater than the value that you specified for <code>MaxItems</code>, you can use <code>Marker</code> to return additional domains. Get the value of <code>NextPageMarker</code> from the previous response, and submit another request that includes the value of <code>NextPageMarker</code> in the <code>Marker</code> element.</p> <p>Constraints: The marker must match the value specified in the previous request.</p>
MaxItemsinteger
<p>Number of domains to be returned.</p> <p>Default: 20</p>

Response

Success

NextPageMarkerstring

If there are more domains than you specified for <code>MaxItems</code> in the request, submit another request and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.