namecheap.domains.getRegistrarLock
Gets the RegistrarLock status for the requested domain.
Request Parameters
Global parameters are not shown here for clarity, but should be present in all requests
| Name | Type | MaxLength | Required? | Default | Description |
| DomainName | String | 70 | Yes | | DomainName to get status |
Example Request
https://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&
UserName=apiexample&Command=namecheap.domains.getRegistrarLock&ClientIp=192.168.1.109&
DomainName=domain1.com
Example Response
<?xml version="1.0" encoding="utf-8"?>
<ApiResponse Status="OK">
<Errors/>
<RequestedCommand>namecheap.domains.getRegistrarLock</RequestedCommand>
<CommandResponse Type="namecheap.domains.getRegistrarLock">
<DomainGetRegistrarLockResult Domain="domain1.com" RegistrarLockStatus="false"/>
</CommandResponse>
<Server>SERVER-NAME</Server>
<GMTTimeDifference>+5:30</GMTTimeDifference>
<ExecutionTime>2.812</ExecutionTime>
</ApiResponse>
Error Codes
Specifies the error codes that might be returned from this method
| Number | Description |
| 2019166 | Domain not found |
| 2016166 | Domain is not associate with your account |
| 3031510 | Error response from provider when errorcount !=0 |
| 3050900 | Unknown error response from Enom |
| 5050900 | Unknown exceptions |