GET
/
api
/
v1
/
apps
/
{uuid}
/
domains
/
{uuid}
Get domain details
curl --request GET \
  --url https://app.miget.com/api/v1/apps/{uuid}/domains/{uuid} \
  --header 'Authorization: <api-key>'
{
  "uuid": "<string>",
  "name": "<string>",
  "dns_target": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Unique domain identifier (UUID)

Response

Get domain details

Api_V1_Entities_Domain model

uuid
string
required

Unique domain identifier

name
string
required

Domain name

dns_target
string
required

DNS CNAME target for configuration

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp