Domain

List Orders

GET /v1/domain/orders

GET/v1/domain/orders
GET
/v1/domain/orders

List all domain purchase orders with billing details

List all domain purchase orders on the account with billing and plan details.

Returns billing plan data only — no domain names, mailbox emails, or provisioning status. For those, use GET /v1/domain or GET /v1/domain/orders/{orderId}.

hosts is populated for InfraMail orders; azureTenant for Azure orders; both are null for other ESPs.

Authorization

x-api-key<token>

API key for Open API authentication

In: header

Responses

200
Domain orders fetched successfully

Request

curl -X GET \
  "https://open-api.saleshandy.com/v1/domain/orders" \
  -H "x-api-key: YOUR_API_KEY"

Response

No response body