Generate a cryptographic key
Generates a new cryptographic key for a user. Requires a user identifier and a verification_id that exists in the identity_verifications table and belongs to the user associated with the organisation. This endpoint calls the hot-keys orchestrator partner-assign-key endpoint.
Authorizations
API key for authentication and authorization
Body
User identifier (REQUIRED)
"john.doe@example.com"
Verification ID from a previous verification. (REQUIRED) Must exist in identity_verifications table and belong to the user associated with the organisation.
"a7b8c9d0-e1f2-4345-a678-901234567890"
Response
Key generated successfully
Unique identifier for the generated key (UUID)
"550e8400-e29b-41d4-a716-446655440000"
Public key in hexadecimal format
"30820122300d06092a864886f70d..."
Signature of the key in base64 format
"MEUCIQDxyz123abc456def789ghi..."