---
title: "Get financial connection details"
method: GET
path: "/v1/financial_connections/{financial_connection_id}"
tags: ["Financial Connections"]
---

# Get financial connection details

`GET /v1/financial_connections/{financial_connection_id}`

## Path parameters

- `financial_connection_id` string, required

## Headers

- `Fuse-Client-Id` string, required
- `Fuse-Api-Key` string, required
- `Plaid-Client-Id` string
- `Plaid-Secret` string
- `Teller-Application-Id` string
- `Teller-Certificate` string
- `Teller-Private-Key` string
- `Teller-Token-Signing-Key` string
- `Teller-Signing-Secret` string
- `Mx-Client-Id` string
- `Mx-Api-Key` string
- `Snaptrade-Client-Id` string
- `Snaptrade-Consumer-Key` string
- `Flinks-Ca-Customer-Id` string
- `Flinks-Us-Customer-Id` string
- `Flinks-Us-Instance-Id` string
- `Flinks-Ca-Instance-Id` string
- `Mono-Public-Key` string
- `Mono-Secret-Key` string
- `Mono-Webhook-Secret` string
- `TrueLayer-Client-Id` string
- `TrueLayer-Client-Secret` string
- `Finverse-Client-Id` string
- `Finverse-Client-Secret` string
- `Belvo-Secret-Id` string
- `Belvo-Secret-Password` string
- `Finicity-Partner-Secret` string
- `Finicity-Partner-Id` string
- `Finicity-App-Key` string
- `Basiq-Api-Key` string
- `Akoya-Client-Id` string
- `Akoya-Client-Secret` string
- `SaltEdge-App-Id` string
- `SaltEdge-App-Secret` string

## Response `200`

Success

- GetFinancialConnectionResponse
  - `financial_connection` object, required
    - `id` string, required — The fuse financial connection id.
    - `connection_status` 'connected' | 'disconnected' | 'finished', required — Connection status of the current financial connection
    - `connection_status_updated_at` string, required — Last time the connection status was updated in ISO-8601 format.
    - `is_oauth` boolean, required — Whether this is an oauth connection
    - `aggregator` 'akoya' | 'basiq' | 'belvo' | 'finicity' | 'finverse' | 'flinks' | 'mono' | 'mx' | 'plaid' | 'saltedge' | 'snaptrade' | 'sophtron' | 'teller' | 'truelayer', required
    - `plaid` object — Data needed to query data from Plaid
      - `access_token` string, required — Access token for Plaid
      - `item_id` string, required — ID of the item associated with the access token in Plaid
    - `teller` object — Data needed to query data from Teller
      - `access_token` string, required — Access token for Teller
      - `enrollment_id` string, required — Enrollment ID associated with the access token in Teller
    - `mx` object — Data needed to query data from MX
      - `user_guid` string, required — User GUID for MX
      - `member_guid` string, required — Member GUID for MX
    - `snaptrade` object — Data needed to query data from SnapTrade
      - `brokerage_authorization_id` string, required — Brokerage Authorization Id for SnapTrade
      - `user_id` string, required — User id for SnapTrade
      - `user_secret` string, required — User secret for SnapTrade
    - `flinks` object — Data needed to query data from Flinks
      - `login_id` string, required — Login Id for Flinks
    - `mono` object — Data needed to query data from Mono
      - `account_id` string, required — Account Id for Mono
    - `truelayer` object — Data needed to query data from TrueLayer
      - `access_token` string, required — Access token for TrueLayer
    - `finverse` object — Data needed to query data from Finverse
      - `access_token` string, required — Access token for Finverse
      - `login_identity_id` string — Login Identity Id for Finverse
    - `basiq` object — Data needed to query data from Basiq
      - `user_id` string, required — The identifier of the user for Basiq.
      - `connection_id` string, required — The identifier of the connection for Basiq.
    - `belvo` object — Data needed to query data from Belvo
      - `link_id` string, required — The identifier of the link for Belvo.
      - `institution` string — The identifier of the institution for Belvo.
    - `finicity` object — Data needed to query data from Finicity.
      - `customer_id` string, required — The identifier of the customer for Finicity.
      - `institution_login_id` string, required — The Finicity institution login id.
    - `akoya` object — Data needed to query data from Akoya.
      - `id_token` string, required
      - `refresh_token` string, required
      - `expires_at` string, required
    - `saltedge` object — Data needed to query data from SaltEdge.
      - `connection_id` string, required
    - `sophtron` object — Data needed to query data from Sophtron.
      - `user_institution_id` string, required
  - `request_id` string, required — An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues.

---

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