Support

Registration Quotes

View as Markdown

Quote a domain registration. Returns a locked price, resolved settings, required agreements, and a single-use quoteToken. Free and read-only.

POST
/registration-quotes

Authorization

bearerAuth
AuthorizationBearer <token>

Personal Access Token (PAT). Generate one from the developer dashboard. Pass as: Authorization: Bearer <token>.

In: header

Query Parameters

iscCode?string

ISC (International Shopper Code) for pricing context. When provided, prices reflect the applicable rates for this ISC.

Header Parameters

X-Request-Id?string

Optional client-generated request correlation identifier, propagated across services and returned in the response X-Request-Id header.

Formatuuid

Request Body

application/json

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/registration-quotes?iscCode=ISC_PARTNER_001" \  -H "Content-Type: application/json" \  -d '{    "domain": "example.com"  }'
{  "quoteToken": null,  "expiresAt": "string",  "domain": "string",  "available": true,  "price": {    "currencyCode": "str",    "value": 0  },  "renewalPrice": {    "currencyCode": "str",    "value": 0  },  "period": 1,  "resolved": {    "profileId": null,    "contactSource": "INLINE",    "registrantSummary": "string",    "autoRenew": true,    "privacy": true,    "nameServers": [      "string"    ]  },  "requiredAgreements": [    {      "agreementType": null,      "title": "string",      "url": "http://example.com"    }  ],  "irreversible": true,  "inventory": "REGISTRY",  "fees": [    {      "type": null,      "fee": {        "currencyCode": "str",        "value": 0      }    }  ]}

Agent & Automation Notes

Scopesdomains.domain:read, domains.domain:create, domains.dns:update, domains.nameserver:update
Rate limit60 req/min per credential
On failureGET operations are safe to retry. POST registrations use Idempotency-Key. Poll async operations — do not resubmit.

Last updated on

How is this guide?