LogoFreestyle
API Reference/Dns

List DNS Records

GET/dns/v1/records

Query Parameters

domainRequiredstring

Response Body

200

recordsRequiredarray<object>

400

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

Freestyle AI

Documentation assistant

Experimental: AI responses may not always be accurate—please verify important details with the official documentation.

How can I help?

Ask me about Freestyle while you browse the docs.