v1
latestOpenAPI 3.0.02026-07-17647099.1 KBKey Management
Create a Key
Endpoint to create a new key.
post/v2/identities/{identifier}/keys
Path parameters
identifierstring required
Issuer identifier
Request body
Example request
{
"keyType": "babyjubJub",
"name": "my key"
}Response
Crated Key
Example response
{
"id": "a2V5cy9kaWQ6aWRlbjM6cG9seWdvbjphbW95OnhKQktvbkJ1dWdKbW1aMkdvS2gzOTM"
}