domain

List all purchased domains and mailboxes with provisioning status

List all domains and mailboxes purchased for the account, with provisioning status.

Use this to check whether async provisioning has completed after calling <code>POST /v1/domain</code>. Poll until <code>status</code> changes from <code>inProgress</code> to <code>active</code>.

Status values observed: <code>inProgress</code> (provisioning in progress), <code>active</code> (provisioned and live), <code>deleted</code> (domain removed), <code>failed</code>, <code>expired</code>.

Use <code>domains[].id</code> as the <code>id</code> in <code>DELETE /v1/domain/{id}</code> or <code>POST /v1/domain/{id}/revoke</code>.

get/v1/domain

Query parameters

searchstring

Filter by domain name (partial match).

order'Asc' | 'Desc'

Sort order. "Asc" = ascending, "Desc" = descending. Default ascending.

Response

Domains fetched successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.