Common - Create a new relay room
POST/create-room
authorization
This API endpoint requires an API Key with at least one of the following Roles: SystemAdmin | PoliciesManager | ResourceViewer | CryptoUser | KeysManager | KeysImporter | KeysExporter | KeysFreezer
Creates a room for the given number of parties. A room is a one time instance used to perform a single MPC operation (e.g. keygen/signing/refresh.) with multiple parties. This function should be called in the backend only so that the API key is not embedded in code that is distributed to the users. After the backend calls this function, the other parties can join the room by calling the relevant keygen/signing/refresh/etc. operation.
Request
Responses
- 200
- 400
- 401
- 404
- 500