LogoFreestyle
API ReferenceDns

List DNS Records

GET
/dns/v1/records

Query Parameters

domain*string

Response Body

application/json

application/json

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"
}

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.