Domains: Move
Start outgoing domain move
Initiate a move of a specified domain to another Hostinger account.
The receiving account has to already exist and accept the move before the domain changes hands.
The domain must be active. The subscription it belongs to is resolved automatically, and the request is rejected with a 404 status code when the domain has no domain subscription of its own.
Domains protected by premium protection require an additional verification step, such requests are rejected with a 428 status code.
Use this endpoint to hand a domain over to another Hostinger user.
post/api/domains/v1/move/outgoing/{domain}
Path parameters
domainstring required
Example:mydomain.tld
Domain name
Request body
Example request
{
"new_customer_email": "new-owner@example.com"
}Response
Success empty response
Example response
{
"message": "Request accepted"
}