Skip to main content
GET
/
api
/
bot
/
config
/
{platform}
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/bot/config/{platform} \
  --header 'Authorization: Bearer <token>'
{
  "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>.

Path Parameters

platform
string
required

Platform

Response

Bot configuration for a platform

Bot config entry.

bot_type
string
required
id
integer<int32>
required
is_active
boolean
required
chat_id
string | null
created_at
string | null