v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
SiteQuality

Request activation email

This function sends a Site Quality Monitoring activation email to the currently-authenticated Site Quality Monitoring user.

Note: This email contains the Site Quality Monitoring activation code.

get/SiteQuality/send_activation_email

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