Start AutoSSL check for all cPanel accounts

This function performs an AutoSSL certificate check in the background for all cPanel users that have the feature enabled.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

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