---
title: "Get a Lockbox"
method: GET
path: "/v1/lockboxes/{id}"
tags: ["lockboxes"]
---

# Get a Lockbox

`GET /v1/lockboxes/{id}`

Get a lockbox by its unique identifier.

A Lockbox represents a vendor that receives physical mail and scans checks on Chariot's behalf.

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved the lockbox.

- Lockbox — A Lockbox represents a physical mailing address operated by a third-party provider (e.g., Stable, CDS) that receives physical mail and scans checks on Chariot's behalf. Lockboxes are the source of Mail Items, which in turn produce Donations and Deposits. Lockboxes are provisioned and managed by Chariot in partnership with the provider.
  - `id` string, required — The unique identifier for the lockbox.
  - `address` PostalAddress — A postal address is a mailing address where physical mail can be received. Postal addresses can be used to receive paper checks.
    - `city` string, required — City, district, suburb, town, or village.
    - `country` string, required — Two-letter country code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
    - `line1` string, required — Address line 1 (e.g. street, PO Box, or company name)
    - `line2` string — Address line 2 (e.g. apartment, suite, unit, or building)
    - `postal_code` string, required — ZIP or postal code
    - `state` string, required — State, county, province, or region
  - `created_at` string, date-time, required — The date and time when the lockbox was created.
  - `updated_at` string, date-time — The date and time when the lockbox was last updated.

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `404` — Resource Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/specs.md) · [All operations](https://skmtc.net/chariot-giving/apis/specs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/specs/revisions/8446023e02fb/schema)
