v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Sitejet

Return Domain Availability

This function returns whether a cPanel account can create new subdomains or addon domains.

Note:

Creating a new addon domain is dependent on the creation of subdomains. If the cPanel account has reached its limit for subdomains, you cannot create a new addon domain, even if the limit for addon domains has not been reached.

get/Sitejet/can_create_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": "can_create_domains",
  "module": "Sitejet",
  "result": {
    "metadata": {
      "transformed": 1
    },
    "status": 1
  }
}