Skip to main content
GET
/
v1
/
bots
List bots
curl --request GET \
  --url https://app.quick.bot/api/v1/bots \
  --header 'Authorization: Bearer <token>'
{
  "bots": [
    {
      "name": "<string>",
      "icon": "<string>",
      "id": "<string>",
      "publicId": "<string>",
      "customDomain": "<string>",
      "publishedBotId": "<string>",
      "totalViews": 123,
      "totalStarts": 123,
      "totalCompleted": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspaceId
string
required
folderId
string

Response

Successful response

bots
object[]
required
I