Domains: Move
Get incoming domain move list
Retrieve all domains other Hostinger accounts are moving to your account.
Moves of every status are returned, including the ones which already completed.
Use this endpoint to find domains waiting for you to accept them.
get/api/domains/v1/move/incoming
Response
Success response
Example response
[
{
"domain": "mydomain.tld",
"status": "initiated",
"created_at": "2026-08-04T10:00:00Z",
"updated_at": "2026-08-04T10:00:00Z"
}
]