Skip to main content
GET
/
api
/
bot
/
configs
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/bot/configs \
  --header 'Authorization: Bearer <token>'
{
  "bots": [
    {
      "bot_type": "<string>",
      "id": 123,
      "is_active": true,
      "chat_id": "<string>",
      "created_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Bot configurations list

Listing wrapper for bot configs.

bots
object[]
required