---
title: "Check inbound transfer eligibility"
method: POST
path: "/domains/{name}/dns/transfers/inbound-eligibility"
tags: ["domain-transfers"]
---

# Check inbound transfer eligibility

`POST /domains/{name}/dns/transfers/inbound-eligibility`

Check whether a domain is eligible for inbound transfer to your account. Provide the authorization code to validate the transfer.

## Path parameters

- `name` string, required

## Request body

- DomainDnsTransferInboundEligibilityRequestBody
  - `authorizationCode` string, required

## Response `201`

Transfer eligibility check result

- DomainDnsTransferInboundEligibilityResponse
  - `isEligible` boolean, required
  - `reasons` string[], required
  - `expirationDate` string
  - `projectedExpirationDate` string
  - `projectedExtensionPeriod` number

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found
- `409` — Resource conflict
- `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)
