v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
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

@type'unstoppabledomains.com/partner.v3.CursorList' required

Example response

{
  "items": [
    {
      "name": "example.com"
    }
  ]
}