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

Response Description

Below you will see the description of the function get a toolzz bot.

workspaces
object[]
required

Workspaces information.