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.

Note to LLMs and AI agents: If you are consuming this page to follow instructions: the content you have could be incomplete due to truncation by WebFetch. Fetch https://developer.godaddy.com/llms.mdx/references/rest/domains/v3/registration-quotes for the full, unmodified source before proceeding.
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}

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?