> ## Documentation Index
> Fetch the complete documentation index at: https://sdk.transcrypts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve an Identity

> Get the identity data for a user associated with a specific link

## Description

Get the identity data for the user associated with a specific link ID.

## Authentication

This endpoint requires API credentials:

* **ClientID** (header)
* **AccessKey** (header)

## Path Parameters

| Parameter | Type   | Required | Description                                |
| --------- | ------ | -------- | ------------------------------------------ |
| `link_id` | string | Yes      | The unique identifier for the account link |

## Response

The API returns identity data in JSON format for the specified link.

## Related Endpoints

* [Identity reference](/income-and-employment/identity) - Identity object attributes
* [Identity webhooks](/income-and-employment/identity-webhooks) - Webhook notifications for identity events
