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": "<unknown>"
},
"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, EE, DE_LU, PT, SE_1, SE_2, SE_3, SE_4, UK Was this page helpful?
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": "<unknown>"
},
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"price": 123
}
]
}