Corrently
Connector for the corrently API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.corrently.io/v2.0 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
easeesessions— GET /alternative/easee/lastSessions — Returns lastSession info for all easee wallboxes (chargers) given user has access to.ocppsessions— GET /alternative/ocpp/lastSessions — Last Session Infoomactivities— GET /alternative/openmeter/activities — Public shared smart meters installed in Germany and available for subservices and exploration.ommeters— GET /alternative/openmeter/meters — Public shared smart meters installed in Germany and available for subservices and exploration.omreadings— GET /alternative/openmeter/readings — Public shared smart meters installed in Germany and available for subservices and exploration.gsibesthour— GET /gsi/bestHour — Get best hour (with most regional green energy) in a given timeframe.
Inputs
apiKey— your corrently API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: easeesessions
apiKey: <your key>