v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
SiteQuality

Validate monitoring account enablement

This function verifies that <a href="https://go.cpanel.net/5k" target="_blank">koality</a> has enabled the cPanel user's Site Quality Monitoring account.

get/SiteQuality/is_site_quality_user_enabled

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_site_quality_user_enabled",
  "module": "SiteQuality",
  "result": {
    "data": {
      "enabled": 1
    },
    "status": 1
  }
}