v58

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-073053701.0 MB
Domains: Move

Get incoming domain move

Retrieve the incoming move for a specified domain.

Returns 404 when no account is moving this domain to you.

Use this endpoint to check whether a domain addressed to you is still waiting to be accepted.

get/api/domains/v1/move/incoming/{domain}

Path parameters

domainstring required
Example:mydomain.tld

Domain name

Query parameters

force_syncboolean
Example:true

Re-check the move against the registry before responding. Only has an effect while the move is in the activating status.

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"
}