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 GroveStreams 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/

Data Ingestion HTTP API Examples

Step-by-step guides for creating streams and uploading data:

Python Script Examples