v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrar
Get prices for a domain
Retrieve domain prices.
get/{account}/registrar/domains/{domain}/prices
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Response
Successfully retrieved the domain pricing data
Example response
{
"data": {
"domain": "ruby.codes",
"premium": false,
"registration_price": 12,
"renewal_price": 15,
"restore_price": 25,
"trustee_price": 10
}
}