LogoFreestyle
API Reference/Domains

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

limitinteger | null
Format: "int64"
offsetinteger | null
Format: "int64"
implicitlyOwnedboolean | null

Response Body

200

List of domains

responseRequiredarray<object>

400

Failed to get domains

messageRequiredstring
curl -X GET "https://api.freestyle.sh/domains/v1/domains?limit=0&offset=0&implicitlyOwned=true"

List of 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
  }
]

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.