---
title: "Get Person Identification"
method: GET
path: "/persons/{person_id}/identifications/{identification_id}"
tags: ["Accounts: ID+V"]
---

# Get Person Identification

`GET /persons/{person_id}/identifications/{identification_id}`

Get information about the identification process for a person.

## Path parameters

- `identification_id` string, required
- `person_id` string, required

## Headers

- `LMG-Data-Privacy-Access-Principal` string, required
- `LMG-Data-Privacy-Access-Justification` string, required

## Response `200`

Successful Response

- IdentificationResponse — An object representing a process for person identification.
  - `id` string, required — The identifier referring to this person identification process.
  - `person` PersonResponse, required — An object representing a person to be verified.
    - `id` string, required — The identifier representing this person.
    - `type` 'customer', required — A category representing the relationship of a person to an account. <ul> <li><code>customer</code> </ul>
  - `method` 'kyc_reliance', required — A category representing the identification method used. <ul> <li><code>kyc_reliance</code>: Use this for KYC reliance implementations. </ul>
  - `status` 'created' | 'failed' | 'started' | 'succeeded', required — A category representing the status on a person identification process. <ul> <li><code>created</code> <li><code>failed</code> <li><code>started</code> <li><code>succeeded</code> </ul>
  - `history` StatusChangePersonIdentificationStatus[] — A history of the status changes for the person identification process.
    - `status` 'created' | 'failed' | 'started' | 'succeeded', required — A category representing the status on a person identification process. <ul> <li><code>created</code> <li><code>failed</code> <li><code>started</code> <li><code>succeeded</code> </ul>
    - `timestamp` string, date-time, required — The timestamp of the event. It represents the point in time at which the onboarding status was updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `5XX` — Server Error

---

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