Registration Quotes
View as MarkdownQuote a domain registration. Returns a locked price, resolved settings, required agreements, and a single-use quoteToken. Free and read-only.
Authorization
bearerAuth Personal Access Token (PAT). Generate one from the developer dashboard. Pass as: Authorization: Bearer <token>.
In: header
Query Parameters
ISC (International Shopper Code) for pricing context. When provided, prices reflect the applicable rates for this ISC.
Header Parameters
Optional client-generated request correlation identifier, propagated across services and returned in the response X-Request-Id header.
uuidRequest 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
domains.domain:read, domains.domain:create, domains.dns:update, domains.nameserver:updateRelated
Last updated on
How is this guide?