List of bots for an account.
Response format | JSON |
---|---|
Requires authentication? | Yes |
curl -X GET \
-u '[SID]:[TOKEN]' \
'https://api.essential.to/bots/v1/list'
# Sample response
[
{
"name": "Example Bot",
"deployed": true,
"created_at": "2016-11-10T23:58:03.000Z",
"updated_at": "2017-02-01T01:21:30.000Z",
"provisioned": true,
"sid": "q03Gjl8Uzn0RkZSpHXHnrw",
"channel_sids": [
"sRhvpNDGZwyDeH-YRZIr9A"
]
},
{
"name": "Second Example Bot",
"deployed": false,
"created_at": "2016-11-29T01:58:42.000Z",
"updated_at": "2016-11-29T01:58:45.000Z",
"provisioned": true,
"sid": "RsbrYCSo2m0sShMLOlZqtw",
"channel_sids": [
"x0qg3KKj1gqDkBMRyV48PA"
]
}
]
Python coming soon.
Node coming soon.