get https://{hostname}/config-dns/v2/data/recordset-types
Retrieves record types you can add to the requested zone. Record types depend on both the zone type and the available contract features.
Response
Retrieves record types you can add to the requested zone. Record types depend on both the zone type and the available contract features.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config-dns/v2/data/recordset-types \
--header 'accept: application/json'
xxxxxxxxxx
{
"types": [
"A",
"AAAA",
"MX"
]
}