ZITADEL Docs
APIsCore ResourcesV1Instance Lifecycle

AddInstance

Deprecated: Use CreateInstance instead Creates a new instance with all needed setup data This might take some time

POST
/instances

Request Body

application/json

instanceName?string
firstOrgName?string
customDomain?string
ownerUserName?string
ownerEmail?
ownerProfile?
ownerPassword?
defaultLanguage?string
[key: string]?never

Response Body

application/json

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

Was this page helpful?