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
Example response
{
"domain": "mydomain.tld",
"status": "initiated",
"created_at": "2026-08-04T10:00:00Z",
"updated_at": "2026-08-04T10:00:00Z"
}