---
title: "Domain transfer lock status"
method: GET
path: "/{account}/registrar/domains/{domain}/transfer_lock"
tags: ["registrar transfer"]
---

# Domain transfer lock status

`GET /{account}/registrar/domains/{domain}/transfer_lock`

Gets the transfer lock status for a domain.

## Path parameters

- `account` integer, required
- `domain` string, required

## Response `200`

Successfully retrieved transfer lock details.

- object
  - `data` DomainTransferLock, required
    - `enabled` boolean, required

## Other responses

- `404` — The requested resource doesn't exist.

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `data/enabled` became required for the status `200`
  - the response property `message` became required for the status `404`
- **2023-09-21** (v2) `8c84769c43ea` — 1 info
  - endpoint added
- **2023-07-18** (v2) `c8591dcf8c29` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/registrar/domains/:domain/transfer_lock/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc.dev/dnsimple/apis/dnsimple-api/revisions/faec8b49cc03?raw)
