List Organizations
Return organizations (DSOs/grid operators, retailers, authorities etc.) that are applicable for a specific location. This endpoint helps identify which organizations serve a particular address or coordinate, making it easier to determine appropriate tariffs.
Common use cases:
- Finding grid operators (DSOs) in a user’s area
- Identifying electricity retailers available at a specific location
- Determining which authorities have applicable fees or subsidies
Authorizations
Token-based authentication with required prefix "Token"
Query Parameters
Full address to search for applicable organizations. Cannot be used with latitude/longitude.
Country code of the requested location. Used to ensure geographic correctness.
DK
: DenmarkSE
: SwedenNO
: Norway
DK
, NO
, SE
Filter by customer classification (Residential, Commercial, Industrial, etc.). Currently only residential is supported.
RES
Latitude coordinate (must be used together with longitude). Cannot be used with address.
Longitude coordinate (must be used together with latitude). Cannot be used with address.
A page number within the paginated result set.
A search term.
Filter by organization type, if needed. Available types:
DSO
: Distribution/Grid operatorTSO
: Transmission operatorRET
: Electricity retailer/supplierAUTH
: AuthoritiesTAX
: Tax authorityOTHER
: Other
AUTH
, DSO
, OTHER
, RET
, TAX
, TSO
Filter for organizations valid at the specified datetime (format: YYYY-MM-DD). If omitted, returns organizations valid at the current time.
Response
The response is of type object
.