---
title: "POST /api/v1/orchestration/Domain"
method: POST
path: "/api/v1/orchestration/Domain"
tags: ["Domain"]
---

# POST /api/v1/orchestration/Domain

`POST /api/v1/orchestration/Domain`

## Request body

- SaveDomainRequest
  - `Id` string, guid, nullable
  - `DomainName` string, nullable
  - `HostRelativePath` string, nullable
  - `DnsHostName` string, nullable
  - `PublicKey` string, nullable
  - `PrivateKey` string, nullable

## Response `200`

- SaveDomainResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `DomainId` string, guid

---

[API](https://skmtc.net/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.net/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/versions/e0bfd79e98ee/schema)
