---
title: "Transfer-in a domain"
method: POST
path: "/v1/registrar/domains/{domain}/transfer"
tags: ["domains-registrar"]
---

# Transfer-in a domain

`POST /v1/registrar/domains/{domain}/transfer`

Transfer a domain in from another registrar

## Path parameters

- `domain` string, required — A valid domain name

## Query parameters

- `teamId` string

## Request body

- object
  - `authCode` string, required — The auth code for the domain. You must obtain this code from the losing registrar.
  - `autoRenew` boolean, required — Whether the domain should be auto-renewed before it expires. This can be configured later through the Vercel Dashboard or the [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) endpoint.
  - `years` number, required — The number of years to renew the domain for once it is transferred in. This must be a valid number of transfer years for the TLD.
  - `expectedPrice` number, required
  - `contactInformation` object, required
    - `firstName` string, required — a non empty string
    - `lastName` string, required — a non empty string
    - `email` string, required — A valid RFC 5322 email address
    - `phone` string, required — A valid E.164 phone number
    - `address1` string, required — a non empty string
    - `address2` string — a non empty string
    - `city` string, required — a non empty string
    - `state` string, required — a non empty string
    - `zip` string, required — a non empty string
    - `country` string, required — A valid ISO 3166-1 alpha-2 country code
    - `companyName` string — a non empty string
    - `fax` string — A valid E.164 phone number

## Response `200`

Success

- object
  - `orderId` string, required — A valid order ID
  - `_links` object, required

## Other responses

- `400` — There was something wrong with the request
- `401` — Unauthorized
- `403` — NotAuthorizedForScope
- `429` — TooManyRequests
- `500` — InternalServerError

---

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