Global
Web3 Cloud Key Manager API (1.0.0)
Download OpenAPI specification:Download
CreateMasterKey
Create master key.
Request Body schema: application/json
key_management_type required | any Enum: "KEY_MANAGEMENT_TYPE_GCP_KMS_ENVELOPE_ENCRYPTION" "KEY_MANAGEMENT_TYPE_GCP_KMS"
|
Responses
Request samples
- Payload
Content type
application/json
{- "key_management_type": "KEY_MANAGEMENT_TYPE_GCP_KMS_ENVELOPE_ENCRYPTION"
}
Response samples
- 200
- 500
Content type
application/json
{- "master_key_id": "3f80f049-b3be-4afd-ac46-1901d43232d7"
}