---
title: "Get an identification session"
method: GET
path: "/v1/persons/{person_id}/identification_sessions/{identification_session_id}"
tags: ["Identification sessions"]
---

# Get an identification session

`GET /v1/persons/{person_id}/identification_sessions/{identification_session_id}`

Returns a specific identification session for the person specified in the request URL.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.
- `identification_session_id` string, required

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsIdentificationSession
  - `id` string — ID of the identification session.
  - `url` string — The URL of the identification session.
  - `callback_url` string — The callback URL of the identification session.
  - `identification_methods` string[] — The allowed identification methods for the session.
  - `status` 'authorization_required' | 'confirmation_required' | 'confirmed' | 'created' | 'expired' | 'identification_data_required' | 'pending' | 'pending_successful' | 'rejected' | 'successful' — The current status of the identification session.

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
