---
title: "List the user's bank connections"
method: GET
path: "/bank/connections"
tags: ["Bank Connections"]
---

# List the user's bank connections

`GET /bank/connections`

Returns the authenticated user's bank connections and their `status` (`pending` until the user completes consent, then `active`), along with the accounts discovered on the last fetch.

## Response `200`

The user's bank connections

- SuccessEnvelope
  - `data` unknown
  - `success` true, required

## Other responses

- `400` — Bad Request
- `401` — Invalid API key
- `500` — Internal Server Error

---

[API](https://skmtc.dev/vocal/apis/magic-heidi-invoicing-software-api.md) · [All operations](https://skmtc.dev/vocal/apis/magic-heidi-invoicing-software-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vocal/magic-heidi-invoicing-software-api/revisions/591ae048f0a0/schema)
