---
title: "Get outgoing domain move list"
method: GET
path: "/api/domains/v1/move/outgoing"
tags: ["Domains: Move"]
---

# Get outgoing domain move list

`GET /api/domains/v1/move/outgoing`

Retrieve all domains you are moving to other Hostinger accounts.

Only moves which have not completed yet are returned.

Use this endpoint to track moves you have initiated and the accounts they are addressed to.

## Response `200`

Success response

- DomainsV1MoveMoveResource[] — Array of [`Domains.V1.Move.MoveResource`](#model/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/revisions/74abfea76e36/schema)
