API ReferenceDns
List DNS Records
curl -X GET "https://api.freestyle.sh/dns/v1/records?domain=example.com"{
"records": [
{
"kind": "A",
"name": "string",
"value": "string",
"ttl": "string",
"priority": 0,
"managed": true
}
]
}{
"message": "string"
}