GET
/
mabis
/
control-energy-prices
List Control Energy Prices
curl --request GET \
  --url https://api.engrate.io/mabis/control-energy-prices \
  --header 'Authorization: Bearer <token>'
[
  {
    "tso": "<string>",
    "month": "<string>",
    "data": [
      {
        "ts": "<string>",
        "amount": 123
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

brp
enum<string>
required

Customer (=user) IDs.

Available options:
flower,
nlead
tso_area
enum<string> | null

Valid TSO IDs for the German market.

Available options:
DE-AMPRION-TSO,
TTG_DE,
DE-TRANSNETBWTSO,
50HERTZ_DE_TSO
month
string | null

Response

Successful Response

tso
string
required
month
string
required
data
TimeSeriesPoint[Annotated[str, StringConstraints], float] · object[]
required