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
workspaceId: The ID of the workspace to get.
Below you will see the description of the function get a workspace.
Workspaces information.
Show workspaces properties
The worksapce unique identifier.
The worksapce name.
The worksapce visual appereance icon.
The worksapce plan.
The worksapce creation data.
The worksapce uptade data.
The worksapce settings.