---
title: "List available suppliers"
method: GET
path: "/v1/suppliers"
tags: ["Supplier Integration"]
---

# List available suppliers

`GET /v1/suppliers`

Retrieves a list of all available energy suppliers that can be integrated with

## Query parameters

- `type` 'BUSINESS' | 'RESIDENTIAL'

## Response `200`

List of suppliers retrieved successfully

- Supplier[]
  - `id` string — Unique identifier for the supplier
  - `name` string — Display name of the supplier
  - `icon` string, uri — URL to the supplier's logo

## Other responses

- `4XX` — Client error response

---

[API](https://skmtc.net/voltview/apis/voltview-api.md) · [All operations](https://skmtc.net/voltview/apis/voltview-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voltview/voltview-api/revisions/d90c739b55df/schema)
