| Field | Value |
|---|---|
| Name | signingListKeys |
| Title | List Signing Keys |
| Description | List all public keys stored in the signing service for the authenticated identity. |
Input Schema
{
"type": "object",
"required": [],
"properties": { }
}Output Schema
{
"type": "object",
"properties": {
"keys": {
"type": "array",
"description": "Array of hex-encoded Ed25519 public keys for this identity"
}
}
}