GroveStreams Help Center
GS HTTP API





Overview

The GroveStreams HTTP API is a RESTful API. The entire GroveStreams web based user interface utilizes only the GroveSteams HTTP API for non static page data. A popular way to become familiar with the GroveStreams HTTP API is to use the Google Chrome browser and hit F12 to monitor all HTTP network calls from the browser to grovestreams.com.


End Points

The API REST Endpoint URL is: http://grovestreams.com:80/api/
The SSL API REST Endpoint URL is: https://grovestreams.com:443/api/

Device Data Upload HTTP API Examples

See the following pages for a step-by-step guide on how to create your own streams and feeds:

Python Script Examples