get active project
Returns a json object containing the id and name of the currently active project.
Path: /projects/active
Method: GET
openapi spec for 'get active project'
Example
Request
curl 'http://127.0.0.1:8090/mb/v2/projects/active'
Response
{
"id": "_2024x_2_62b0208_1768870314838_439651_4946",
"name": "example_project_one"
}