Developer Center



GroveStreams API

GroveStreams Advanced API


The GroveStreams API is a RESTful API. REST is a simple HTTP GET, PUT, POST or DELETE action.

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

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


The REST API Conventions page discusses API security, caching and body formats.

The API Limits page discusses the API call frequency limits and request body size limits.

Sandbox

Device Data Upload API Examples

Other API Examples