v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
SiteQuality

Return the user's monitored domains.

This function returns a list of the user's Site Quality Monitoring-enabled domains. It also returns the domains' associated project and system IDs.

get/SiteQuality/get_monitored_domains

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": "get_monitored_domains",
  "module": "SiteQuality",
  "result": {
    "monitored_domains": [
      {
        "domain": "https://example.test",
        "project_id": 1234,
        "system_id": 1234
      }
    ],
    "status": 1
  }
}