v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
DNS
DNS Information

Return DNS SVCB record support information

This function fetches information regarding SVCB records support. SVCB records are defined in RFC 9460 and provide service binding and aliasing for arbitrary services. For more information, read our Zone Editor documentation.

get/DNS/is_svcb_available

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_svcb_available",
  "module": "DNS",
  "result": {
    "data": {
      "svcb": 1,
      "dns_server": "pdns"
    },
    "metadata": {
      "transformed": 1
    },
    "status": 1
  }
}