POST - /order/domains/register - Register Domain
- domain
type: text
validators: required, text
- regperiod
type: numeric
validators: required, numeric
- domainfields
type: text
validators: text
- addons
type: addons
- nameservers
type: nameservers
validators: required
- contacts
type: contacts
validators: required
POST - /order/domains/transfer - Transfer Domain
- domain
type: text
validators: required, text
- eppcode
type: text
validators: text
- regperiod
type: numeric
validators: required, numeric
- domainfields
type: text
validators: text
- addons
type: addons
- nameservers
type: nameservers
validators: required
- contacts
type: contacts
validators: required
POST - /order/domains/renewre - Renew Domain
- domain
type: text
validators: required, text
- regperiod
type: numeric
validators: required, numeric
- addons
type: addons
GET - /domains/{domain}/release - Release Domain
- domain
type: text
validators: required, text
- transfertag
type: text
validators: required, text
GET - /domains/{domain}/eppcode - Get EPP Code
- domain
type: text
validators: required, text
GET - /domains/{domain}/contact - Get Contact Details
- domain
type: text
validators: required, text
POST - /domains/{domain}/contact - Save Contact Details
- domain
type: text
validators: required, text
- contactdetails
type: contactdetails
validators: required
GET - /domains/{domain}/contact - Get Registrar Lock
- domain
type: text
validators: required, text
POST - /domains/{domain}/contact - Save Registrar Lock
- domain
type: text
validators: required, text
- lockstatus
type: text
validators: required, text
GET - /domains/{domain}/dns - Get DNS
- domain
type: text
validators: required, text
POST - /domains/{domain}/dns - Save DNS
- domain
type: text
validators: required, text
- dnsrecords
type: dnsrecords
validators: required
POST - /domains/{domain}/delete - Request Deletion
- domain
type: text
validators: required, text
POST - /domains/{domain}/transfersync - Transfer Sync
- domain
type: text
validators: required, text
POST - /domains/{domain}/sync - Domain Sync
- domain
type: text
validators: required, text
GET - /domains/{domain}/email - Get Email Forwarding
- domain
type: text
validators: required, text
POST - /domains/{domain}/email - Save Email Forwarding
- domain
type: text
validators: required, text
- prefix
type: array
- forwardto
type: array
POST - /domains/{domain}/protectid - ID Protect Toggle
- domain
type: text
validators: required, text
- status
type: int
validators: required, numeric
POST - /domains/lookup - Check Availability
- searchTerm
type: text
validators: text
- punyCodeSearchTerm
type: text
validators: text
- tldsToInclude
type: array
-