v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
registrar transfer

Domain transfer lock status

Gets the transfer lock status for a domain.

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

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

Response

Successfully retrieved transfer lock details.

Example response

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