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