v1
latestOpenAPI 3.0.02026-07-17647099.1 KBKey Management
Get a Key
Get a specific key for the provided identity.
get/v2/identities/{identifier}/keys/{id}
Path parameters
identifierstring required
Issuer identifier
idstring required
Key ID in base64
Response
Key found
Example response
{
"id": "ZGlkOnBvbHlnb25pZDpwb2x5Z29uOmFtb3k6MnFRNjhKa1JjZjN5cXBYanRqVVQ3WjdVeW1TV0hzYll",
"keyType": "babyjubJub",
"publicKey": "0x04e3e7e",
"isAuthCredential": true,
"name": "my key"
}