v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrar
Transfer a domain
Transfers a domain name from another registrar.
Your account must be active for this command to complete successfully. You will be automatically charged the 1-year transfer fee upon successful transfer, so please be careful with this command. The transfer may take anywhere from a few minutes up to 7 days.
When transfering a domain using Solo or Teams subscription, the DNS services for the zone will be automatically enabled and this will be charged on your following subscription renewal invoices.
post/{account}/registrar/domains/{domain}/transfers
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Request body
Response
Domain transfer created.
Example response
{
"data": {
"id": 1,
"domain_id": 999,
"registrant_id": 2,
"state": "transferring",
"auto_renew": false,
"whois_privacy": false,
"trustee": false,
"created_at": "2016-12-09T19:43:41Z",
"updated_at": "2016-12-09T19:43:43Z"
}
}