LogoFreestyle
API Reference/DNS

List DNS Records

GET/dns/v1/records

Query Parameters

domainRequiredstring
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
    }
  ]
}