v58

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

domainstring

Domain name

status'initiated' | 'activating' | 'completed'

Status of the move

created_atstring date-time
updated_atstring date-time

Example response

{
  "domain": "mydomain.tld",
  "status": "initiated",
  "created_at": "2026-08-04T10:00:00Z",
  "updated_at": "2026-08-04T10:00:00Z"
}