
GS
HTTP API
| End Points | API Limits | The Date and Times |
| HTTP - API | RESTful Conventions | Time Zones |
| HTTP - Advanced API | Examples | IDs and UIDs |
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 - Quick Start
- Java - Quick Start
- Java - Templates
- Java - Empty Organization
- Java and Curl - File Upload Into Stream
