List Web Keys
List all web keys and their states.
Required permission:
iam.web_key.read
Response Body
application/json
curl -X GET "https://loading/v2/web_keys"{
"webKeys": [
{
"id": "string",
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"state": "STATE_UNSPECIFIED",
"ecdsa": {
"curve": "ECDSA_CURVE_UNSPECIFIED"
}
}
]
}Was this page helpful?
Delete Web Key
Delete Web Key: Delete a web key pair. Only inactive keys can be deleted. Once a key is deleted, any tokens signed by this key will be invalid. Note that the JWKs OIDC endpoint returns a cacheable response. In cas...
Action API
Explore the Action API operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.