---
title: "Get transfer list"
method: GET
path: "/api/domains/v1/transfers"
tags: ["Domains: Transfer"]
---

# Get transfer list

`GET /api/domains/v1/transfers`

Retrieve all domain transfers in your portfolio.

Use this endpoint to monitor incoming and outgoing registrar transfers across your domains.

## Response `200`

Success response

- DomainsV1TransferTransferResource[] — Array of [`Domains.V1.Transfer.TransferResource`](#model/domainsv1transfertransferresource)
  - `domain` string — Domain name
  - `status` string — Transfer status
  - `initiated_at` string, date-time, nullable — When the transfer was initiated
  - `completed_at` string, date-time, nullable — When the transfer completed

## 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)
