---
title: "Query the current transfer status"
method: GET
path: "/v2/customers/{customerId}/domains/{domain}/transfer"
tags: ["Domains"]
---

# Query the current transfer status

`GET /v2/customers/{customerId}/domains/{domain}/transfer`

## Path parameters

- `customerId` string, required
- `domain` string, required

## Headers

- `X-Request-Id` string

## Response `200`

Request was successful

- DomainTransferStatus
  - `transferStatusCodes` string[], required — The current registry transfer status codes of the domain<br/><ul><li><strong style='margin-left: 12px;'>CLIENT_APPROVED</strong> - The losing registrar approved the transfer.</li><li><strong style='margin-left: 12px;'>CLIENT_CANCELLED</strong> - The gaining registrar cancelled the transfer.</li><li><strong style='margin-left: 12px;'>CLIENT_REJECTED</strong> - The losing registrar rejected the transfer.</li><li><strong style='margin-left: 12px;'>PENDING</strong> - The transfer is pending at the registry.</li><li><strong style='margin-left: 12px;'>SERVER_APPROVED</strong> - The registry approved the transfer, auto-approve.</li><li><strong style='margin-left: 12px;'>SERVER_CANCELLED</strong> - The registry cancelled the transfer.</li></ul>

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — The domain does not exist
- `429` — Too many requests received within interval
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/domains-api.md) · [All operations](https://skmtc.net/godaddy/apis/domains-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/domains-api/revisions/475bd0561c3c/schema)
