cURL
curl --request GET \ --url https://api.example.com/api/partners/v2.0/org/{org_id}/trading/dayahead/prices \ --header 'Authorization: Bearer <token>'
{ "metadata": { "query": { "org_id": "<string>", "from_dt": "2023-11-07T05:31:56Z", "to_dt": "2023-11-07T05:31:56Z", "price_zone": "<string>" }, "error": null }, "data": [ { "timestamp": "2023-11-07T05:31:56Z", "price": 123 } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
AT
BE
CH
EE
DE_LU
HU
IT_CNOR
IT_CSUD
IT_NORD
IT_PUN
IT_SARD
IT_SICI
IT_SUD
PT
SE_1
SE_2
SE_3
SE_4
UK
OK
Show child attributes
Was this page helpful?