v52

latestOpenAPI 3.1.1raw.githubusercontent.com2026-08-07111159226.8 KB
registrar transfer

Enable domain transfer lock

Locks the domain to prevent unauthorized transfers.

post/{account}/registrar/domains/{domain}/transfer_lock

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

Response

Successfully locked the domain.

Example response

{
  "data": {
    "enabled": true
  }
}