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"
},
"{...}",
"{...}"
]
}
}
Response examples (200)
{
"data": [
{
"id": "bot_4uPeOYWyQ01C8Epg",
"name": "Hansei Bot"
}
]
}