---
title: "Get all energy products"
method: GET
path: "/v1/products"
tags: ["Energy catalog"]
---

# Get all energy products

`GET /v1/products`

## Query parameters

- `yearMonth` string, required — Year and month in YYYY-MM format (e.g. 2026-02)
- `energyType` 'ELECTRICITY' | 'GAS'
- `contractType` 'CONSUMPTION' | 'INJECTION'
- `priceModel` 'FIXED' | 'VARIABLE' | 'DYNAMIC'
- `search` string
- `offset` number
- `limit` number

## Response `200`

Default Response

- object
  - `data` ProductWithUsps[], required
    - `id` string, required
    - `productName` string, required
    - `energyType` 'ELECTRICITY' | 'GAS', required
    - `priceModel` 'FIXED' | 'VARIABLE' | 'DYNAMIC', required
    - `subType` string, nullable, required
    - `serviceArea` object, required
      - `country` string, required — ISO 3166-1 alpha-2 country code (e.g. BE)
      - `region` 'Flanders', required
    - `characteristics` object, required
      - `directDebitOnly` boolean, nullable, required
      - `emailInvoiceOnly` boolean, nullable, required
      - `onlineServiceOnly` boolean, nullable, required
      - `greenEnergy` boolean, nullable, required
      - `greenEnergyAndLocal` boolean, nullable, required
      - `contractDuration` '1 year' | '2 years' | '3 years' | '4 years' | '5 years' | '10 years' | 'UNDETERMINED', nullable, required
      - `priceCertaintyPeriod` 'none' | '1 month' | '2 months' | '3 months' | '4 months' | '5 months' | '6 months' | '7 months' | '8 months' | '9 months' | '10 months' | '11 months' | '1 year' | '2 years' | '3 years' | '4 years' | '5 years' | '10 years', nullable, required
      - `onlyForClientWithSolar` boolean, nullable, required
      - `onlyForClientWithEV` boolean, nullable, required
      - `includesSolarPanels` boolean, nullable, required
      - `includesChargingStation` boolean, nullable, required
      - `groupPurchase` boolean, nullable, required
      - `cooperative` boolean, nullable, required
    - `conditions` object[], required — Special conditions / fine print (Bijzondere voorwaarden) attached to the product.
      - `title` string, required
      - `description` string, nullable, required
    - `merchant` Merchant, required — Energy merchant offering electricity and/or gas products
      - `id` string, uuid, required — Unique identifier (UUID) for the merchant
      - `canonicalName` string, required — Stable identifier derived from the merchant's display name (camelCase, e.g. "engie" or "boltEnergie"). Unique per merchant.
      - `displayName` string, required — The merchant's display name
      - `website` string, uri, nullable, required — Merchant website URL
      - `hasNativeApp` boolean, nullable, required — Whether the merchant offers a native mobile app
      - `cooperative` boolean, nullable, required — Whether the merchant is a cooperative
      - `automatedSwitch` boolean, required — Whether Vwala can switch to this merchant automatically via an API integration (i.e. the merchant is an integration partner), rather than a manual or redirect submission.
      - `vregServicecheckRating` integer, nullable, required — VREG servicecheck rating, from 1 to 5 stars.
      - `vregComplaintsPerThousand` number, nullable, required — VREG complaints per 1000 customers.
      - `country` string, required — ISO 3166-1 alpha-2 country code (e.g. BE)
    - `usps` object[], required — Unique selling points (marketing highlights).
      - `label` string, required
      - `description` string, nullable, required
  - `meta` object, required
    - `offset` number, required
    - `limit` number, required
    - `total` number, required

---

[API](https://skmtc.net/vwala/apis/energy-platform-api.md) · [All operations](https://skmtc.net/vwala/apis/energy-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vwala/energy-platform-api/versions/bd3eb35109f9/schema)
