### Get domain name verification email
1. API information
| Interface information item | content |
| --- | --- |
|Real environment| https://api.howssl.com/Home/Order/getDomainEmail |
|Request method | post |
| content-type | multipart/form-data |
|Description | this interface is used to obtain verification information, and the order status must be under approval. If it is correct, the relevant certificate information will be returned. Error returns the corresponding error code|
2. Parameter definition
|Parameter name | parameter type | required | description|
| --- | --- | :---: | --- |
|Token | string | y | ID credentials, please contact the website administrator to generate the token|
|domainName | string | y | domain name|
||
|Function return|
|status | Boolean | y | true indicates the request is successful and the correct parameter is returned. False indicates the request is failed|
|msg | string | y | returned data information description|
|data | JSON | y | business data returned by successful request|
|code | int | y | return status code|
3. Return parameter details
|Return parameter name | parameter type | description|
| --- | --- | --- |
|data | array | emil list|
4. Examples of returned results
```
{
"status": true,
"msg": "success",
"data": [
"admin@howssl.com",
"administrator@howssl.com",
"hostmaster@howssl.com",
"postmaster@howssl.com",
"webmaster@howssl.com"
]
}
```
- Introduction
- Interface Documentation for SSL Certificate Product
- What's new?
- The base access path
- Calling Explanation
- Request
- Response
- Get domain name verification email
- Verify
- Limitation to Requests
- Error
- Obtain the product's details
- Get the basic information about the account
- Submit the Order
- Gain the verification information
- Cancel the order
- Refresh the status of the domain name verification
- Resend the verification email
- Change the way of verifying the domain names in bulk
- Change the way of verifying the individual domain name
- Gain the information about the certificate
- Gain the order information
- Error Illustration
- Errors of requesting calls