Domains: Move
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.
get/api/domains/v1/move/outgoing/{domain}
Path parameters
domainstring required
Example:mydomain.tld
Domain name
Response
Success response
Example response
{
"domain": "mydomain.tld",
"status": "initiated",
"created_at": "2026-08-04T10:00:00Z",
"updated_at": "2026-08-04T10:00:00Z"
}