---
title: "Get a distribution network operator by id"
method: GET
path: "/v1/distribution-network-operators/{id}"
tags: ["Distribution network operators"]
---

# Get a distribution network operator by id

`GET /v1/distribution-network-operators/{id}`

## Path parameters

- `id` string, required

## Response `200`

Default Response

- DistributionNetworkOperator — The regional operator of the physical grid that sets the regulated distribution costs for a Serviceable Location. Distinct from a Merchant — it operates the network rather than selling energy.
  - `id` string, required
  - `name` string, required
  - `serviceArea` object, required
    - `country` string, required — ISO 3166-1 alpha-2 country code (e.g. BE)
    - `cities` object[], required
      - `postalCode` string, required
      - `city` string, required
      - `provides` string[], required

## Other responses

- `404` — Default Response

---

[API](https://skmtc.dev/vwala/apis/energy-platform-api.md) · [All operations](https://skmtc.dev/vwala/apis/energy-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vwala/energy-platform-api/revisions/86688c4fea92/schema)
