---
title: "List Identities"
method: GET
path: "/data/v2/identities"
tags: ["Data v2.Identity", "BETA"]
---

# List Identities

`GET /data/v2/identities`

Returns identities for user

## Response `200`

Successful.

- IdentitiesV2ListIdentitiesResponse
  - `identities` IdentitiesV2Identity[]
    - `dateOfBirth` string — Date of birth of the user, ISO 8601 date format (YYYY-MM-DD).
    - `financialInstitutionId` string — A unique identifier to group providers belonging the same financial institution.
    - `name` string — Full name of the user.
    - `providerName` string, required — The provider from where the data was collected.
    - `ssn` string — Social security number or national identification number of the user.

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized request.
- `403` — Permission denied.

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
