Variables
Request
curl --location --request GET 'https://<NODE>.xenioo.com/bots/variables' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'Response
{
"Result": [
{
"Name": "bot_channel",
"CategoryType": 0,
},
{
"Name": "bot_name",
"CategoryType": 0,
},
{
"Name": "chat_state",
"CategoryType": 0,
}
]
}Response Codes
Last updated