Domain
Get Order Status
GET /v1/domain/orders/{orderId}
GET
/v1/domain/orders/{orderId}GET
/v1/domain/orders/
{orderId}Get order status and provisioning state for all domains in an order
Retrieve the domains and mailboxes in a purchase order, with per-domain provisioning status.
This endpoint composes two internal calls: GET /domain/purchase-details/{orderId} (domain names, mailbox emails) cross-referenced with GET /domain (per-domain status and expiry).
domains[].status values are no longer "inProgress" to confirm provisioning complete.
Status values: inProgress (provisioning), active (live), deleted (removed), failed (provisioning failed), expired (subscription expired).
Use orderId from GET /v1/domain/orders or from the POST /v1/domain response.
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Path Parameters
orderIdstring
Hashid-encoded order ID.
Responses
200
Order status fetched successfully