---
title: "Get incoming domain move"
method: GET
path: "/api/domains/v1/move/incoming/{domain}"
tags: ["Domains: Move"]
---

# Get incoming domain move

`GET /api/domains/v1/move/incoming/{domain}`

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.

## Path parameters

- `domain` string, required

## Query parameters

- `force_sync` boolean

## Response `200`

Success response

- DomainsV1MoveMoveResource
  - `domain` string — Domain name
  - `status` 'initiated' | 'activating' | 'completed' — Status of the move
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/versions/796bd5194565/schema)
