GET /browser/root
Rest API Reference for GET /browser/root.
Get the root of the portal browser.
// TODO: how do we differentiate between organizations? do we need to pass in an organization ID?
curl -X GET "https://www.lateral-robotics.com/api/v1/browser/root" \ -H "Accept: application/json" \ -b "session=<your_session_cookie>"curl -X GET "https://www.lateral-robotics.com/api/v1/browser/root" \ -H "Accept: application/json" \ -H "Authorization: Bearer <your_api_key>"