v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
DAV
Calendar and Contacts (DAV)

Return whether DAV is enabled

This function checks whether the DAV service is enabled.

get/DAV/is_dav_service_enabled

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": "is_dav_service_enabled",
  "module": "DAV",
  "result": {
    "data": {
      "enabled": 1
    },
    "status": 1
  }
}