Get Granted Project By ID
Deprecated: use project v2 service ListProjectGrants instead.
Returns a project owned by another organization and granted to my organization. A Project is a vessel for different applications sharing the same role context.
curl -X GET "https://loading/granted_projects/string/grants/string"{
"grantedProject": {
"grantId": "string",
"grantedOrgId": "string",
"grantedOrgName": "string",
"grantedRoleKeys": [
"string"
],
"state": "PROJECT_GRANT_STATE_UNSPECIFIED",
"projectId": "string",
"projectName": "string",
"projectOwnerId": "string",
"projectOwnerName": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}
}Was this page helpful?
Get Application Key By ID
Get Application Key By ID: Deprecated: Use [GetApplicationKey](/reference/api/application/zitadel.application.v2.ApplicationService.GetApplicationKey) instead to get an application key. Returns an application key. Keys are u...
Get Organization By Domain
Get Organization By Domain: Deprecated: use [organization v2 service ListOrganizations](/reference/api/org/zitadel.org.v2.OrganizationService.ListOrganizations) instead. Search an organization by the domain, overall organizat...