Domain

Get Domain Plans

GET /v1/domain/plans

GET/v1/domain/plans
GET
/v1/domain/plans

Get domain pricing plans

Retrieve per-ESP, per-TLD, per-planType pricing before placing a domain purchase order.

Returns plans for the purchasable ESPs (Google, Microsoft, Azure). annualFlexi and annualFixed plans exist only for Google and Microsoft; Azure is quarterly only. isRenewalPlan: true entries are renewal pricing — significantly higher than initial purchase prices.

Call this before POST /v1/domain to select the right planType.

Authorization

x-api-key<token>

API key for Open API authentication

In: header

Responses

200
Domain plans fetched successfully

Request

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

Response

No response body