post https://v1/dns-zones//records
Log in to see full request history
Responses
401Unauthorized access. No login or insufficient grant.
401Unauthorized access. No login or insufficient grant.
xxxxxxxxxx
19curl --request POST \
--url https://v1/dns-zones/zoneId/records \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": [
"A",
"AAAA",
"CNAME",
"TXT",
"MX",
"SRV",
"NS",
"SPF",
"SSHFP"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: