LogoFreestyle
API ReferenceDomains

List domains for an account

This lists the domains that an account has verified ownership of. This includes the *.style.dev domains the account has claimed.

GET
/domains/v1/domains

Query Parameters

limit?integer|null
Formatint64
offset?integer|null
Formatint64
implicitlyOwned?boolean|null

Response Body

application/json

application/json

curl -X GET "https://api.freestyle.sh/domains/v1/domains"
[
  {
    "domain": "string",
    "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
    "createdAt": "2019-08-24T14:15:22Z",
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "verifiedDns": true,
    "implicitlyOwned": true,
    "deployToDomain": true,
    "manageDns": true,
    "deployToSubdomains": 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.