SSL
cPanel Account Settings
Return domain DCV issues
This function returns a list of objects that contains the latest Domain Control Validation (DCV) problems for a specific domain.
get/get_autossl_problems_for_domain
Query parameters
domainstring domain required
Example:example.com
The domain for which to poll the DCV status.
Response
HTTP Request was successful.
Example response
{
"data": {
"problems_by_domain": [
{
"domain": "example.tld",
"log": "2017-08-19T13:41:04.000Z",
"problem": "The domain does not resolve to any IPv4 addresses on the internet.",
"time": "2017-08-19T13:41:04.000Z"
}
]
},
"metadata": {
"command": "get_autossl_problems_for_domain",
"reason": "OK",
"result": 1,
"version": 1
}
}