---
title: "Retrieve account snapshot"
method: GET
path: "/v1/persons/{person_id}/account_snapshots/{account_snapshot_id}"
tags: ["Account snapshots"]
---

# Retrieve account snapshot

`GET /v1/persons/{person_id}/account_snapshots/{account_snapshot_id}`

Returns an account snapshot for a customer. You can use this endpoint to retrieve the details of an account snapshot and check its validity. Additionally, you can subscribe to the webhook event `ACCOUNT_SNAPSHOT` to receive notifications about status changes.

## Path parameters

- `person_id` string, required
- `account_snapshot_id` string, required

## Response `200`

AccountSnapshot

- AccountSnapshotWebAccountSnapshotShowAccountSnapshotResponse
  - `wizard_session_key` string, nullable — The wizard key session. Only relevant if the `source` is `FIN_TEC_SYSTEMS`.
  - `status_description` string, nullable — Additional context around the account snapshot status.
  - `status` 'pending' | 'available' | 'expired' | 'failed', required — The status of the account snapshot.
  - `provider` string, required — The provider of the account snapshot.
  - `location` string, nullable — The URL to which you must redirect the customer to complete the account snapshot. Only relevant if `source` is `FINREACH`.
  - `id` string, required — The ID of the account snapshot resource.
  - `iban` string, nullable — The customer's IBAN to be used for the account snapshot. Only relevant if the `source` is `FIN_TEC_SYSTEMS` or `FINREACH`.
  - `account_id` string, nullable — The customer's account ID to be used to initiate a Solarisbank account snapshot. Only relevant if the `source` is `SOLARISBANK`.

## Other responses

- `404` — Not Found

---

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