Get outgoing domain move
Retrieve the outgoing move for a specified domain. Returns 404 when the domain has no move in progress. Use this endpoint to track the status of a move you have initiated for a single domain.
Retrieve the outgoing move for a specified domain.
Returns 404 when the domain has no move in progress.
Use this endpoint to track the status of a move you have initiated for a single domain.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
domainstringRequiredExample:
Domain name
mydomain.tldResponses
200
Success response
application/json
domainstringOptionalExample:
Domain name
mydomain.tldstatusstring · enumOptionalExample:
Status of the move
initiatedPossible values: created_atstring · date-timeOptionalExample:
2026-08-04T10:00:00Zupdated_atstring · date-timeOptionalExample:
2026-08-04T10:00:00Z401
Unauthenticated response
application/json
500
Error response
application/json
get/api/domains/v1/move/outgoing/{domain}
GET /api/domains/v1/move/outgoing/{domain} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"domain": "mydomain.tld",
"status": "initiated",
"created_at": "2026-08-04T10:00:00Z",
"updated_at": "2026-08-04T10:00:00Z"
}Last updated
Was this helpful?