ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Get Project By ID

Deprecated: use project v2 service GetProject instead.

Returns a project owned by the organization (no granted projects). A Project is a vessel for different applications sharing the same role context.

GET
/projects/{id}

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://loading/projects/string"
{
  "project": {
    "id": "string",
    "details": {
      "sequence": 0,
      "creationDate": "2023-01-15T01:30:15.01Z",
      "changeDate": "2023-01-15T01:30:15.01Z",
      "resourceOwner": "string"
    },
    "name": "string",
    "state": "PROJECT_STATE_UNSPECIFIED",
    "projectRoleAssertion": true,
    "projectRoleCheck": true,
    "hasProjectCheck": true,
    "privateLabelingSetting": "PRIVATE_LABELING_SETTING_UNSPECIFIED"
  }
}

Was this page helpful?