# Reservations ## Index reservations on an account. Version 2022-07-18 - [GET /v1/accounts/{account_id}/reservations](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/reservations/paths/~1v1~1accounts~1%7Baccount_id%7D~1reservations/get.md): Returns an array containing all outstanding reservations on the account specified in the request URL. The API will not return reservations that have been applied or revoked. This endpoint replaces the old version. However, please note that you have to set the header to the version you want (e.g., ). If you do not specify a version, then the API will return the older version of the response. ## (Deprecated) Get account reservations. Version 2022-06-01 (deprecated) - [GET /v1/accounts/{account_id}/reservations/old](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/reservations/paths/~1v1~1accounts~1%7Baccount_id%7D~1reservations~1old/get.md): Returns an array containing all reservations on a given account. This endpoint will deprecated soon. All partners must switch to the new version.