curl --request GET \
--url https://api.example.com/workspaces \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"n_members": 123
}
]List workspaces.
curl --request GET \
--url https://api.example.com/workspaces \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"n_members": 123
}
]Was this page helpful?