企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 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" ] } ```