Access your data

To access your data, you will need the following information:

Authentication

The API key is used to secure the access to your data. You will need to add your API key to the request using the header "Authorization: Bearer XXXXX", where XXXXX is the API key string.

Access data

URL: https://api.reuniwatt.com/v1/{id_product}

Access data for a specific date

The Reuniwatt API allows you to get data for dates in the past.
URL: https://api.reuniwatt.com/v1/{id_product}?reference_date={reference date}
The reference date must conform with ISO8601 format.
For example, the date "Tuesday the 29 th 2019, at 6:35 UTC" will be written as "2019-10-29T06:35:00+00:00".

Output format