List Application Keys
Deprecated: Use ListApplicationKeys instead to list application keys.
Search application keys. Keys are used for authorizing API Applications.
Path Parameters
project_id*string
app_id*string
Request Body
application/json
query?
list limitations and ordering
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/projects/string/apps/string/keys/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"result": [
{
"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?
Healthz
Explore the Healthz operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
List Machine Keys
List Machine Keys: Deprecated: use [user service v2 ListKeys](/reference/api/user/zitadel.user.v2.UserService.ListKeys) instead. Get the list of keys of a service account. Machine keys are used to authenticate with j...