API

Bot Variables

Get a single bot variable or a list of all variables Auth Required: Read Variables
GET
Request
Path Params
number
optional
String
Unique identifier for a specific variable to retrieve. If omitted, all variables will be returned
Header Parameters
API Token
required
String
Token from your Whispertrades account
Curl
Node.js
JS
Python
Responses
200

Change a bot variable name or free text value Auth Required: Write Variables
PUT
Request
Path Params
number
required
String
Variable number to update
Header Parameters
API Token
required
String
Token from your Whispertrades account
Body Parameters
name
optional
String
New name for the variable
value
optional
String
New free text value for the variable. This is only valid if the variable is a "Free Text" type that is not associated with a bot
Curl
Node.js
JS
Python
Responses
200