bots
Find bot by id
Returns a single bot
get/bots/{id}
Path parameters
idinteger required
id of bot to return
Response
success
Example response
{
"team_id": "TB9KS3E13",
"team_name": "example",
"password": "example"
}Returns a single bot
id of bot to return
success
{
"team_id": "TB9KS3E13",
"team_name": "example",
"password": "example"
}