Skip to main content
GET
/
controllers
/
bots
/
{bot_name}
/
configs
Get Bot Controller Configs
curl --request GET \
  --url http://localhost:8000/controllers/bots/{bot_name}/configs \
  --header 'Authorization: Basic <encoded-value>'
[
  {}
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

bot_name
string
required

Response

Successful Response