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.
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?
Get Personal-Access-Token (PAT) by ID
Get Personal-Access-Token (PAT) by ID: Deprecated: use [user service v2 ListPersonalAccessTokens](/reference/api/user/zitadel.user.v2.UserService.ListPersonalAccessTokens) instead. Returns the PAT for a user, currently only available fo...
Get Service account Key By ID
Get Service account Key By ID: Deprecated: use [user service v2 ListUsers](/reference/api/user/zitadel.user.v2.UserService.ListUsers) instead. Get a specific Key of a service account by its id. Machine keys are used to authentic...