Greenbyte Developer Portal

The Data Hub for Renewables.

Get Started

Greenbyte API

You can export data from Greenbyte through the Application Programming Interface (API). The API allows you to access data using a set of individual calls. By using the API, it is possible to poll Greenbyte for real-time data and status information for your assets. The API can be used to integrate with third-party services as it allows them to read data directly from Greenbyte in real-time.

Access

The API can only be accessed through HTTPS. The URL used to access the API is based on your client-specific URL. For instance, if your client-specific base URL is https://client.greenbyte.cloud/, your API base URL will be https://client.greenbyte.cloud/api/2.0/.

Authorization

For requests that require API key authentication a header with the API key should be set. This is the preferred way to authenticate. Alternatively, a query string parameter containing the API key could be used. More information about how to create and configure an API key can be found in our guide.

Getting Started

A step-by-step tutorial for getting started with the SDKs, right from installing to making your first API call.

Guides

Http Reference

Comprehensive HTTP documentation with sample request and responses.

SDKs & Code Samples

Code Samples are the quickest path to the first hello world, while SDKs lift the heavy burden of communication with an API.