---
title: "Retrieve an identity"
method: GET
path: "/v1/links/{link_id}/identity/"
tags: ["Identity"]
---

# Retrieve an identity

`GET /v1/links/{link_id}/identity/`

Get the identity data for the user

## Response `200`

- Profile — Person's identity information
  - `id` string — ID of the object
  - `created_at` string — Person's identity info was retrieved first time (ISO 8601)
  - `updated_at` string — Person's identity info was retrieved last time (ISO 8601)
  - `first_name` string, required — First name
  - `last_name` string, required — Last name
  - `full_name` string, nullable — Full name
  - `middle_initials` string, nullable — Middle initials
  - `email` string, email, nullable — Email address. Normalized to lowercase.
  - `ssn` string, nullable — Social security number — either the full 9 digits or the last 4 digits, depending on what the data source exposes. Digits only, never formatted with dashes.
  - `date_of_birth` string, date, nullable — Date of birth
  - `home_address` object, nullable — Home address
    - `street` string — Street address as provided by the data source. May contain multiple lines separated by `\n` (address line 1 and line 2).
    - `city` string — City as provided by the data source.
    - `state` string — State or region. For US addresses this is typically a 2-letter state code; some data sources return a full state name, an empty string, or omit the key. Non-US regions are returned as provided.
    - `zip` string — Postal code as provided by the data source. Typically a 5-digit US ZIP code; ZIP+4 (`94105-1804`), 9 digits without a separator, and non-US postal codes also occur.
    - `country` string — 2-letter ISO 3166-1 alpha-2 country code. Defaults to `US` when the data source does not specify a country.

## Other responses

- `401` — HTTP 401 Unauthorized
- `403` — HTTP 403 Forbidden
- `404` — HTTP 404 Not Found

---

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