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

Parameters

workspaceId
string

botId: The workspace ID to get bots from.

User needs to be authenticated

Response Description

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

typebots
object[]
required

Toolzz Bots information.