---
title: "Get Account Details"
method: GET
path: "/v1/suppliers/accounts/{id}"
tags: ["Supplier Integration"]
---

# Get Account Details

`GET /v1/suppliers/accounts/{id}`

Retrieve the account credentials stored in the system for a specific account ID.

## Path parameters

- `id` string, required

## Response `200`

Account details retrieved successfully

- AccountDetails
  - `status` 'PASSING' | 'FAILING' — Account connection status
  - `id` string — Account identifier
  - `referenceId` string — Business identifier
  - `reason` string — Reason for failing

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