ZITADEL Docs
APIsCore ResourcesV1Organization Objects

GetProjectByID

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

application/json

curl -X GET "https://loading/projects/string"
{
  "project": {
    "id": "string",
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "resourceOwner": "string"
    },
    "name": "string",
    "state": "PROJECT_STATE_UNSPECIFIED",
    "projectRoleAssertion": true,
    "projectRoleCheck": true,
    "hasProjectCheck": true,
    "privateLabelingSetting": "PRIVATE_LABELING_SETTING_UNSPECIFIED"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?