Get Application Key By ID
Deprecated: Use GetApplicationKey instead to get an application key.
Returns an application key. Keys are used for authorizing API Applications.
curl -X GET "https://loading/projects/string/apps/string/keys/string"{
"key": {
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"type": "KEY_TYPE_UNSPECIFIED",
"expirationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Get Application By ID
Get Application By ID: Deprecated: Use [GetApplication](/reference/api/application/zitadel.application.v2.ApplicationService.GetApplication) instead to fetch an app Get an application of any type (OIDC, API, SAML).
Get Granted Project By ID
Get Granted Project By ID: Deprecated: use [project v2 service ListProjectGrants](/reference/api/project/zitadel.project.v2.ProjectService.ListProjectGrants) instead. Returns a project owned by another organization and grant...