namecheap.ssl.resendApproverEmail
Resends the approver email.
Request Parameters
Global parameters are not shown here for clarity, but should be present in all requests
| Name | Type | MaxLength | Required? | Default | Description |
| CertificateID | String | 10 | Yes | | The unique certID that you get after calling ssl.create command |
Example Request
https://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&
UserName=apiexample&Command=namecheap.ssl.resendapproveremail&ClientIp=192.168.1.109&
CertificateID=500532
Example Response
<ApiResponse Status="OK">
<Errors/>
<RequestedCommand>namecheap.ssl.resendApproverEmail</RequestedCommand>
<CommandResponse Type="namecheap.ssl.resendApproverEmail">
<SSLResendApproverEmailResult ID="501724" IsSuccess="true"/>
</CommandResponse>
<Server>SERVER-NAME</Server>
<GMTTimeDifference>+5:30</GMTTimeDifference>
<ExecutionTime>3.826</ExecutionTime>
</ApiResponse>
Error Codes
Specifies the error codes that might be returned from this method
| Number | Description |
| 2011294 | CertificateID is invalid |
| 2011331 | Status is invalid |
| 3011295 | ApproverEmail is invalid |
| 5050900 | Unhandled exceptions |