v58

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-073053701.0 MB
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

new_customer_emailstring required

Email address of the Hostinger account receiving the domain

Example request

{
  "new_customer_email": "new-owner@example.com"
}

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}