GET
/
v3
/
bots
/
favorites
List Favorite Bots
curl --request GET \
  --url http://127.0.0.1:3333/v3/bots/favorites \
  --header 'Authorization: Bearer <token>'
{
  "bots": [
    "<unknown>"
  ],
  "nextCursor": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

workspaceId
string
required
limit
number
Required range: 1 <= x <= 200
cursor
string

Response

200 - application/json

Default Response

bots
any[]
required
nextCursor
string