List all bots

GET /bots

Returns a list of bots

Responses

  • 200

    Successful response.

    Hide response attribute Show response attribute object
    • data array[object]

      An array of bot objects

      Hide data attributes Show data attributes
GET /bots
curl \
 -X GET https://api.hansei.app/public/v1/bots
Response examples (200)
{
  "value": {
    "data": [
      {
        "id": "bot_4uPeOYWyQ01C8Epg",
        "name": "Hansei Bot"
      },
      {
        "id": "bot_ARFbvalpoe1JvuPp",
        "name": "Support Bot"
      },
      "{...}",
      "{...}"
    ]
  }
}