-
Notifications
You must be signed in to change notification settings - Fork 22
WEB MPC Server API
Vidya Akavoor edited this page Nov 12, 2021
·
1 revision
Below are the API routes exposed in the WEB-MPC server. Typically, a user should not need to access these endpoints manually. The tables below describe each endpoint and how it is used in the WEB-MPC process.
Session creation and query routes:
Route | Description |
---|---|
/create_session |
|
/sessioninfo |
|
/get_cohorts |
|
Session status and history routes:
Route | Description |
---|---|
/fetch_status |
|
/change_status |
|
/get_history |
|
Routes to generate and query client urls / user keys / participation code
NOTE: All of the following routes must be authenticated with a password
Route | Description |
---|---|
/add_cohort |
|
/get_cohorts_manage |
|
/generate_client_urls |
|
/get_client_urls |
|