ZITADEL Docs
APIsCore ResourcesV1Instance Lifecycle

CreateInstance

Creates a new instance with all needed setup data This might take some time

POST
/instances/_create

Request Body

application/json

instanceName?string
firstOrgName?string
customDomain?string
defaultLanguage?string
human*

oneof field for the user managing the instance

[key: string]?never

Response Body

application/json

curl -X POST "https://loading/instances/_create" \  -H "Content-Type: application/json" \  -d '{    "human": {}  }'
{
  "instanceId": "string",
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  },
  "pat": "string",
  "machineKey": "string"
}

Was this page helpful?