GET
/
v1
/
suppliers
curl --request GET \
  --url https://api.voltview.co.uk/v1/suppliers \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "icon": "<string>"
  }
]

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Query Parameters

type
enum<string>

Filter suppliers by type: BUSINESS, RESIDENTIAL

Available options:
BUSINESS,
RESIDENTIAL

Response

200
application/json

List of suppliers retrieved successfully

The response is of type object[].