v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
SSL
Auto-generated SSL Certificates

Return whether AutoSSL check in progress

This function verifies whether the autossl_check task is in progress for the current user.

Important:

When you disable the Calendars and Contacts, Receive Mail, Web Disk, Webmail, and Web Server roles, the system disables this function.

get/SSL/is_autossl_check_in_progress

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "is_autossl_check_in_progress",
  "module": "SSL",
  "result": {
    "data": 1,
    "status": 1
  }
}