---
title: "Get transfer authorization code"
method: GET
path: "/domains/{name}/dns/authorization-code"
tags: ["domain-transfers"]
---

# Get transfer authorization code

`GET /domains/{name}/dns/authorization-code`

Retrieve the authorization (EPP) code required to transfer the domain to another registrar. The domain must be eligible for transfer before requesting this code.

## Path parameters

- `name` string, required

## Response `200`

Transfer authorization code

- DomainTransferAuthorizationCodeResponse
  - `@type` 'unstoppabledomains.com/partner.v3.ICannDomainTransferAuthorizationCode', required
  - `code` string, required

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found
- `500` — Internal server error

---

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