API Reference/DNSList DNS RecordsGET/dns/v1/recordsTestQuery ParametersdomainRequiredstringcURLJavaScriptcurl -X GET "https://api.freestyle.sh/dns/v1/records?domain=example.com"200400Response{ "records": [ { "kind": "A", "name": "string", "value": "string", "ttl": "string", "priority": 0, "managed": true } ] }TypeScriptPreviousDelete DNS Record DELETENextCreate a domain verification request POST