GET
/
workspaces
[
  {
    "id": "<string>",
    "name": "<string>",
    "n_members": 123
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Response

200 - application/json
Successful Response
id
string
required
name
string
required
n_members
integer
required

Was this page helpful?