---
title: "Holder info"
method: GET
path: "/holder_info"
tags: ["Holder Info"]
---

# Holder info

`GET /holder_info`

You can query essential information about the account holder.
Make sure to request this feature to be [enabled](#know_your_customer) for your client account.

## Query parameters

- `connection_id` string — the `id` of the connection whose holder info are to be fetched

## Response `200`

OK

- HolderInfoResponse
  - `data` HolderInfo
    - `ssn` string, nullable — Social Security Number shortened (last 4 digits).
    - `cpf` string, nullable — Cadastro de Pessoas Físicas (present in Brazil).
    - `birth_date` string, nullable — account holder's date of birth.
    - `document_number` string, nullable — account holder's identification number.
    - `names` string[], nullable — account holder's name(s).
    - `emails` string[], nullable — account holder's email(s).
    - `phone_numbers` string[], nullable — account holder's phone number(s).
    - `addresses` object[], nullable — account holder's address(es).
      - `city` string
      - `state` string
      - `street` string
      - `country_code` string
      - `post_code` string

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/versions/f18f4f36d0b3/schema)
