---
title: "Accepts the transfer in"
method: POST
path: "/v2/customers/{customerId}/domains/{domain}/transferInAccept"
tags: ["Domains"]
---

# Accepts the transfer in

`POST /v2/customers/{customerId}/domains/{domain}/transferInAccept`

## Path parameters

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

## Headers

- `X-Request-Id` string

## Request body

- DomainTransferAuthCode
  - `authCode` string, required — Authorization code for transferring the Domain

## Response `202`

Request Accepted. You may use GET /v2/customers/{customerId}/domains/{domain}/actions/TRANSFER_IN_ACCEPT to poll status

## 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
- `409` — The domain status does not allow performing the operation
- `422` — Request body doesn't fulfill schema, see details in `fields`
- `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)
