Retrieve a single bot.
Response format | JSON |
---|---|
Requires authentication? | Yes |
curl -X GET \
-u '[SID]:[TOKEN]' \
'https://api.essential.to/bots/v1/show/M023pJRT9yNmt-5RjTQBwQ'
# Sample response
{
"name": "Sample bot",
"deployed": false,
"created_at": "2017-02-22T22:18:10.000Z",
"updated_at": "2017-02-22T22:18:14.000Z",
"provisioned": true,
"sid": "M023pJRT9yNmt-5RjTQBwQ",
"channel_sids": [
"Mc0bsmU9h7kn9h9UJVwg3Q"
]
}
Python coming soon.
Node coming soon.