curl --request GET \
--url https://api.mnemom.ai/v1/v1/keys{
"keys": [
{
"key_id": "<string>",
"public_key": "<string>",
"algorithm": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"is_active": true
}
]
}List all active Ed25519 signing public keys. Public endpoint, no authentication required. These keys are used to verify IntegrityCertificate signatures.
curl --request GET \
--url https://api.mnemom.ai/v1/v1/keys{
"keys": [
{
"key_id": "<string>",
"public_key": "<string>",
"algorithm": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"is_active": true
}
]
}List of active signing keys
Show child attributes