---
title: "Get account owners"
method: POST
path: "/v1/financial_connections/owners"
tags: ["Account Owners"]
---

# Get account owners

`POST /v1/financial_connections/owners`

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

## Request body

- GetFinancialConnectionsOwnersRequest
  - `access_token` string, required — Access token for authentication

## Response `200`

Success

- GetFinancialConnectionsOwnersResponse
  - `accounts` object[], required
    - `remote_account_id` string, required — The remote account id of the account
    - `owners` object[], required
      - `addresses` object[], required
        - `data` object
          - `full_address` string — Full address of the owner
          - `city` string — City of the address
          - `country` string — Country of the address
          - `postal_code` string — Postal code of the address
          - `region` string — Region of the address
          - `street` string — Street of the address
        - `primary` boolean — Indicating if it is the primary address
      - `emails` object[], required
        - `data` string, required — Email address
        - `primary` boolean — Indicating if it is the primary email
        - `type` 'primary' | 'secondary' | 'other' — Type of the email
      - `names` object[], required — List of names associated with the owner
        - `data` string, required — Name of the owner
        - `type` string — Type of name. Possible values are "name" or "alias"
      - `phone_numbers` object[], required
        - `data` string, required — The phone number
        - `primary` boolean — Indicating if it is the primary phone number
        - `type` 'home' | 'work' | 'mobile' — Type of the phone number
  - `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)
