Skip to main content
POST
Estimate a domain order

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json
serviceProvider
enum<string>
required

Mailbox provider the order is placed with

Available options:
google,
microsoft
domain
object
required

Response

Estimated cost of the order

Every amount is in cents — 1299 means twelve dollars and ninety-nine cents.

currency
string
required

Currency the amounts are denominated in

domain
object
required

The domain being ordered and what it costs

mailboxSeats
EstimateSeats · object
required

Paid-seat counts and unit price for one seat type in an order estimate.

Example:
emailAccountSeats
EstimateSeats · object
required

Paid-seat counts and unit price for one seat type in an order estimate.

Example:
subtotal
integer<int64>
required

Sum of the domain price and all seat charges, in cents

discount
number
required

Discount applied to the order. Currently always 0.

total
integer<int64>
required

Amount charged if the order is placed, in cents