# Account snapshots Version: 1.0 ## Servers Sandbox ``` https://api.solaris-sandbox.de ``` Production ``` https://api.solarisbank.de ``` ## Download OpenAPI description [Account snapshots](https://docs.solarisgroup.com/_spec/api-reference/lending/account-snapshot.yaml) ## Account snapshots ### Create an account snapshot - [POST /v1/persons/{person_id}/account_snapshots](https://docs.solarisgroup.com/api-reference/lending/account-snapshot/account-snapshots/accountsnapshotweb.v1.accountsnapshots.createoperation.md): Creates an account snapshot for the customer with the specified in the request URL. The account snapshot contains account information, such as balance, transactions, bookings, etc. You can create an account snapshot in various ways by specifying the source. Check the properties descriptions and examples for more information. ### Retrieve account snapshot - [GET /v1/persons/{person_id}/account_snapshots/{account_snapshot_id}](https://docs.solarisgroup.com/api-reference/lending/account-snapshot/account-snapshots/accountsnapshotweb.v1.accountsnapshots.showoperation.md): 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.