v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB
Domains

Get Domain

Retrieves complete details for a domain including domain type, timestamps, and configuration information.

get/api/v1/organizations/{organization_id}/domains/{id}

Path parameters

organization_idstring required

Scalekit-generated unique identifier for the organization. Use either this or external_id to identify the organization.

idstring required

Scalekit-generated unique identifier of the domain to retrieve.

Response

Successfully retrieved the domain details.

Example response

{
  "domain": {
    "create_time": "2025-09-01T12:14:43.100000Z",
    "domain": "customerdomain.com",
    "domain_type": "ORGANIZATION_DOMAIN",
    "environment_id": "env_58345499215790610",
    "id": "dom_88351643129225005",
    "organization_id": "org_81667076086825451",
    "update_time": "2025-09-01T12:14:43.110455Z"
  }
}