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
curl -X GET "https://api.freestyle.sh/domains/v1/domains"

List of domains

[
  {
    "domain": "example.yourdomain.com",
    "createdAt": 0
  }
]