v1

latestOpenAPI 3.1.02026-08-0456127224.3 KB
Domains

List custom domains

Returns all custom domains configured for the workspace.

get/api/v2/domains

Query parameters

limitinteger
starting_afterstring nullable

Headers

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

Response

Successful Response

Example response

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