Skip to content

Quote a new domain without purchasing it

POST
/v1/commerce/domain-quotes
object
domain
required
string
Example
example.com

Current time-limited quote

object
object
required
string
Allowed values: domain_quote
domain
required
string
available
required
boolean
currency
required
string
Example
usd
quote_cents
required
integer format: int64
renewal_cents
required
integer format: int64
premium
required
boolean
quote_expires_at
required
string format: date-time
required_plan
string
Allowed values: developer startup enterprise
required_plan_price_cents

Maximum monthly price for the required plan; any actual immediate plan charge is prorated and must not exceed this amount.

integer format: int64
blockers
required
Array<object>
object
code
required
string
message
required
string
scope
string
limit_id
string
used_cents
integer format: int64
reserved_cents
integer format: int64
limit_cents
integer format: int64
requested_cents
integer format: int64
used_count
integer format: int64
reserved_count
integer format: int64
limit_count
integer format: int64
reset_at
string format: date-time
manage_url
string format: uri

Invalid request.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Missing or invalid credential.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Authenticated but lacking the required scope, or out of quota.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope