account
List account domains
Retrieve a paginated list of the domains in your account.
Results are returned using cursor-based pagination. Omit $cursor to fetch the first page, then pass the next.$cursor value from the previous page response to fetch each subsequent page. When next is null there are no more pages.
Use $expand=flags to additionally include the EPP domain flags for each returned domain.
get/account/domain-registrations
Query parameters
$cursorstring
Opaque cursor for paginating through results. Omit it to fetch the first page, then pass the value from next.$cursor in the previous response to fetch each subsequent page.
$expandstring[]
Use $expand=flags to additionally include the EPP domain flags for each returned domain.
Response
A page of domains in your account
Example response
{
"items": [
{
"name": "example.com"
}
]
}