List
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint will retrieve the list of all the bots that are currently available in the account specified by the .
The following request will retrieve the list of chatbots:
If successful, the response will contain the list of all the bots available. Bots information contains all the channels that are currently online. If the bot is not using any channel, the Channels collection will be empty.
This endpoint will reply with the following standard HTTP codes.
Code
Meaning
200
Ok. The request has been successfully fulfilled.
401
Unauthorized. The supplied token is invalid or does not have enough permissions.
404
Not Found. The account specified by the token could not be found.