v1

latestOpenAPI 3.1.02026-08-0456127224.3 KB
Domains

Get a custom domain

Returns a single custom domain configuration by ID.

get/api/v2/domains/{config_id}

Path parameters

config_idstring required

Headers

X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable

Response

Successful Response

metaobject nullable

Optional metadata. Shape varies by endpoint.

Example response

{
  "data": {
    "id": "BCE1C810",
    "domain": "interviews.acme.com",
    "cname_target": "ingress.heymilo.ai",
    "status": "active",
    "active": true,
    "created_at": 1739612400,
    "updated_at": 1739617200
  }
}