Calling this method with an unregistered (new) email will create a new account (Stromkonto) with all balances having a value of 0 and no transaction history. In addition some basic properties like region and zipcode are set to allow further operation of account.
643 matches
26 actions
Corrently.io
26 actions
- Allows to collect data with several requests (or a single) for a receipt.POSTv1.0.0
- BalancesGETv1.0.0
- Create a receipt for an energy delivery (only valid in Germany).POSTv1.0.0
- Dispatch (Green Energy Distribution Schedule)GETv1.0.0
- Energy Tariff informationGETv1.0.0
- Energy Tariff price componentsGETv1.0.0
- Finishs a collection of data and finalizes receipt. Use this method after collecting all data via quittung/preparePOSTv1.0.0
- Get best hour (with most regional green energy) in a given timeframe.GETv1.0.0
- Last Session InfoGETv1.0.0
- Login (via Mail)POSTv1.0.0
- MarketdataGETv1.0.0
- Meter ReadingGETv1.0.0
- Meter ReadingPOSTv1.0.0
- PredictionGETv1.0.0
- Prepare TransactionPOSTv1.0.0
- Public shared smart meters installed in Germany and available for subservices and exploration.GETv1.0.0
- Public shared smart meters installed in Germany and available for subservices and exploration.GETv1.0.0
- Public shared smart meters installed in Germany and available for subservices and exploration.GETv1.0.0
- Register (new Stromkonto)POSTv1.0.0
- Retrieve TSE (Technische Sicherheitseinrichtung) Data for a given receipt (Strom-Quittung).POSTv1.0.0
- Retrieve TSE (Technische Sicherheitseinrichtung) raw data only for a given receipt (Strom-Quittung).POSTv1.0.0
- Retrieve TSE (Technische Sicherheitseinrichtung) Signature only for a given receipt (Strom-Quittung).POSTv1.0.0
- Retrieve Zugferd XML for a given receipt (Strom-Quittung).GETv1.0.0
- Returns lastSession info for all easee wallboxes (chargers) given user has access to.GETv1.0.0
- Selectable Choices for customerGETv1.0.0
- WiM Proess InformtionGETv1.0.0
Other/Corrently.io
Register (new Stromkonto)
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"zipcode": {
"type": "string"
}
}
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}