---
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.

---

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