vNode has a REST Api Server module that allows to send internal data over REST services. It publishes data over HTTP protocol.
For now, HTTPS protocol for sending data it's not supported, for that feature we use the Scripting Module, that permits to develop your own REST API server that supports multiples environments and features including the HTTPS protocol. In this case is need to be familiarized with JavaScript language and NodeJS libraries,