---
title: "View deposits"
method: GET
path: "/v1/Deposits/{id}"
tags: ["Deposits"]
---

# View deposits

`GET /v1/Deposits/{id}`

Find a single deposits by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsDepositsModel
  - `ok` boolean
  - `deposit_id` integer — Primary identifier for the deposit.
  - `description` string — Description of the deposit.
  - `customer_id` integer — Foreign identifier for customer who made the deposit.
  - `amount` number, double — Dollar amount deposited by the customer.
  - `balance` number, double — Dollar amount remaining as deposit.
  - `hold_months` integer — Number of months the deposit is applied towards.
  - `created_date` string, date-time — Date and time the deposit is made.
  - `created_by` integer — Foreign identifier of the user who created this deposit.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
