cURL
curl --request GET \ --url https://api.engrate.io/v1/power-tariffs/{country_code}/grid-operators \ --header 'Authorization: <api-key>'
{ "gridOperators": [ { "name": "<string>", "ediel": 123, "enabledDuringTrial": true } ] }
Get a list of all grid operators (DSOs) with their names and EDIEL codes.
ISO 3166-1 alpha-2 country code.
"SE"
Successful Response
List of grid operators with their names and EDIEL codes.
Show child attributes
Was this page helpful?