Charging stations

A charging station is one of the main entities in be.ENERGISED. The charging stations id will be used for different other calls as URL parameter (e.g. maintenance windows).

Reading

Charging stations can be accessed via the charging_stations GET endpoint. This endpoint will return a list of all visible stations in be.ENERGISED.

The list endpoint is using offset pagination.

curl --location --request GET 'https://<slug>.beenergised.cloud/api/cpoapi/v1/charging_stations/' \
--header 'Authorization: <access_token>' \
--header 'Content-Type: application/json'