Bot

Get a bot by ID

GET
/api/v1/bot/get/{botId}
/api/v1/bot/get/{botId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

botId
Required
string

The ID of the bot to retrieve

curl -X GET "https://example.com/api/v1/bot/get/string" \
  -H "Authorization: <token>"

OK