---
title: "Get all accounts"
method: GET
path: "/v1/suppliers/accounts"
tags: ["Supplier Integration"]
---

# Get all accounts

`GET /v1/suppliers/accounts`

Get all accounts under the projects.

## Query parameters

- `expiryDateIsLessThanOrEqualTo` string
- `isTest` boolean
- `supplier` string
- `referenceId` string

## Response `200`

Account created successfully

- CreateAccountResponse[]
  - `referenceId` string — Reference identifier
  - `id` string — Account identifier
  - `status` 'PASSING' | 'FAILING' — Account connection status
  - `reason` string — Reason for failing
  - `isTest` boolean — Test accounts are deleted after 30 days.
  - `createdAt` string, date-time — Date the account was created

## 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)
