v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Sitejet

Return Sitejet domains

This function returns the Sitejet domains' information for the cPanel account.

get/Sitejet/get_all_user_sitejet_info

Query parameters

domainstring
Example:example.com

The single domain to return Sitejet information.

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_all_user_sitejet_info",
  "module": "Sitejet",
  "result": {
    "data": [
      {
        "domain": "example.com",
        "metadata": {
          "company": "cPanel",
          "cpanelDomainGUID": "example.com",
          "language": "en",
          "websiteId": 444444
        },
        "quota": {
          "available_space": 1024,
          "required_space": 64
        }
      }
    ],
    "metadata": {
      "transformed": 1,
      "is_beta": 1
    },
    "status": 1
  }
}