cURL
curl --request GET \ --url https://bots.toolzz.ai/api/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "workspaces": [ { "id": "<string>", "name": "<string>", "icon": "<string>", "plan": {} } ] }
Endpoint to list workspaces
Show workspaces properties