v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Domain
Temporary Domains

Return whether temporary domains are disabled

This function returns whether the temporary domains feature is disabled by server configuration.

Note:

For more information about temporary domains, read our Temporary Domains documentation.

get/Domain/temporary_domain_is_disabled

Response

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": "temporary_domain_is_disabled",
  "module": "Domain",
  "result": {
    "status": 1
  }
}