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>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Bot configurations list
Listing wrapper for bot configs.
Show child attributes
Was this page helpful?