LogoFreestyle
API Reference/Domains

List Domain Mappings

List domain mappings for any query based on exact domain or domain ownership (the domain ownership that gave the right to use the domain)

GET/domains/v1/mappings

Query Parameters

offsetinteger | null
Format: "int64"
limitinteger | null
Format: "int64"
domainOwnershipstring | null
Format: "uuid"
domainstring | null

Response Body

200

List of domain mappings

responseRequiredarray<object>
curl -X GET "https://api.freestyle.sh/domains/v1/mappings?offset=0&limit=0&domainOwnership=497f6eca-6276-4993-bfeb-53cbbbba6f08&domain=string"

List of domain mappings

[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "domain": "string",
    "deploymentId": "a73c85a1-d857-491e-a6b2-51dce05de7a2",
    "ownershipId": "489905e0-55cc-4cf9-b77b-c4db4f323c05",
    "createdAt": "2019-08-24T14:15:22Z"
  }
]

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.