# Retrieve account snapshot 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 to receive notifications about status changes. Endpoint: GET /v1/persons/{person_id}/account_snapshots/{account_snapshot_id} Version: 1.0 ## Path parameters: - `person_id` (string, required) The person ID of the customer whose snapshot you want to retrieve. - `account_snapshot_id` (string, required) The ID of the customer's account snapshot resource. ## Response 200 fields (application/json): - `id` (string, required) The ID of the account snapshot resource. Example: "6c8f81a234df4052a9cde197577347b7snap" - `status` (string, required) The status of the account snapshot. Enum: "pending", "available", "expired", "failed" - `provider` (string, required) The provider of the account snapshot. Example: "FINREACH" - `wizard_session_key` (string,null) The wizard key session. Only relevant if the is . Example: "wiz04852083740" - `status_description` (string,null) Additional context around the account snapshot status. - `location` (string,null) The URL to which you must redirect the customer to complete the account snapshot. Only relevant if is . Example: "https://ui.solaris-i.prod.finleap.cloud?token=xxxxxx" - `iban` (string,null) The customer's IBAN to be used for the account snapshot. Only relevant if the is or . Example: "DE87110101001000057123" - `account_id` (string,null) The customer's account ID to be used to initiate a Solarisbank account snapshot. Only relevant if the is . Example: "adc123a45d6d7cf8fbfeed537ba919d5cacc" ## Response 404 fields (application/json): - `title` (string) Example: "Model Not Found" - `status` (string) Example: "404" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Couldn't find 'Account snapshot' for id '0a3f28733f9a4842842aae2804f80eb4snap'." - `code` (string) Example: "model_not_found"