Plugin Server

This section describes the REST API endpoints which are exposed by the Plugin Server for performing any custom business logic. You can use these interfaces to quickly test and develop your plugins independently before integrating them with the bot. These API’s are exposed at http:/server_ip:9002. The API’s can be tried out from the browser at http:/server_ip:9002/docs.

For the detailed API schema with examples, refer to the Plugin Server API.