SSL
Auto-Generated Certificates
Start cPanel account AutoSSL check
This function performs an AutoSSL certificate check in the background for a cPanel user.
get/start_autossl_check_for_one_user
Query parameters
usernamestring required
Example:example
The cPanel username.
Response
HTTP Request was successful.
Example response
{
"data": {
"pid": 12345
},
"metadata": {
"command": "start_autossl_check_for_one_user",
"reason": "OK",
"result": 1,
"version": 1
}
}