List
This endpoint will retrieve the list of all the bots that are currently available in the account specified by the token.
Request
The following request will retrieve the list of chatbots:
Response
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.
Response Codes
This endpoint will reply with the following standard HTTP codes.
Code | Meaning |
200 | Ok. The request has been successfully fulfilled. |
400 | Bad Request. The supplied token is invalid or does not have enough permissions. |
404 | Not Found. The account specified by the token could not be found. |
Last updated