{ "opencollection": "1.0.0", "info": { "name": "Streamlit Community Cloud Apps Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.streamlit.io/v1/workspaces" }, "docs": "Returns a list of Streamlit Community Cloud workspaces accessible to the authenticated user." } ] } ], "bundled": true }