Return HTTPS DNS record support information

This function fetches information regarding HTTPS records support. HTTPS records are defined in RFC 9460 and provide service parameters for HTTPS endpoints. For more information, read our HTTPS record documentation.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/is_https_available
Request samples
whmapi1 --output=jsonpretty \
  is_https_available
Response samples
application/json
{
  • "data": {
    • "https": 1,
    • "dns_server": "pdns"
    },
  • "metadata": {
    • "command": "is_https_available",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}