DNS
Domain Management
Service Records
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 DNS Zone Manager documentation.
get/is_https_available
Response
HTTP Request was successful.
Example response
{
"data": {
"https": 1,
"dns_server": "pdns"
},
"metadata": {
"command": "is_https_available",
"reason": "OK",
"result": 1,
"version": 1
}
}