ZITADEL Docs
APIsCore ResourcesV2Web Key

List Web Keys

List all web keys and their states.

Required permission:

  • iam.web_key.read
GET
/v2/web_keys

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?