Start cPanel account AutoSSL check

This function performs an AutoSSL certificate check in the background for a cPanel user.

SecurityBasicAuth
Request
query Parameters
username
required
string

The cPanel username.

Example: username=example
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/start_autossl_check_for_one_user
Request samples
whmapi1 --output=jsonpretty \
  start_autossl_check_for_one_user \
  username='example'
Response samples
application/json
{
  • "data": {
    • "pid": 12345
    },
  • "metadata": {
    • "command": "start_autossl_check_for_one_user",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}