xxxxxxxxxx
{
"name": "",
"type": "",
"content": "",
"ttl": ""
}
Create a DNS record.
curl -X POST \
'https://api.lowcodeapi.com/porkbun/api/json/v3/dns/create/domain' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"name": "",
"type": "",
"content": "",
"ttl": ""
}'
Last Updated : 2024-12-16 14:03 +00:00