Return all workspaces the current user is a member of.
cURL
curl --request GET \ --url https://api.example.com/api/v1/workspaces/
[ { "id": "<string>", "name": "<string>", "slug": "<string>", "icon": "", "description": "" } ]
Successful Response
Contact support