GET
/
api
/
v1
/
workspaces
/
{workspaceId}
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": {}
    }
  ]
}

Parameters

workspaceId
string

workspaceId: The ID of the workspace to get.

Response Description

Below you will see the description of the function get a workspace.

workspaces
object[]
required

Workspaces information.