v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
SiteQuality

Register cPanel user for monitoring

This function creates a Site Quality Monitoring user account associated with a cPanel user account.

post/SiteQuality/create_site_quality_user

Query parameters

emailstring required
Example:username@example.com

The cPanel account's email address.

passwordstring
Example:An3xample!?

The account's password.

Note:

If no password is given, one is auto-generated.

The system does not save this value.

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": "create_site_quality_user",
  "module": "SiteQuality",
  "result": {
    "data": {
      "app_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...",
      "username": "username@example.com",
      "enabled": true
    },
    "status": 1
  }
}