---
title: "Retrieve a Lockbox Recipient"
method: GET
path: "/lockbox_recipients/{lockbox_recipient_id}"
---

# Retrieve a Lockbox Recipient

`GET /lockbox_recipients/{lockbox_recipient_id}`

## Path parameters

- `lockbox_recipient_id` string, required — The identifier of the Lockbox Recipient to retrieve.

## Response `200`

Lockbox Recipient

- LockboxRecipient — Lockbox Recipients represent an inbox at a Lockbox Address. Checks received for a Lockbox Recipient are deposited into its associated Account.
  - `account_id` string, required — The identifier for the Account that checks sent to this Lockbox Recipient will be deposited into.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Lockbox Recipient was created.
  - `description` string, nullable, required — The description of the Lockbox Recipient.
  - `id` string, required — The Lockbox Recipient identifier.
  - `idempotency_key` string, nullable, required — The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
  - `lockbox_address_id` string, required — The identifier for the Lockbox Address where this Lockbox Recipient may receive physical mail.
  - `mail_stop_code` string, required — The mail stop code uniquely identifying this Lockbox Recipient at its Lockbox Address. It should be included in the mailing address intended for this Lockbox Recipient.
  - `recipient_name` string, nullable, required — The name of the Lockbox Recipient.
  - `status` 'active' | 'disabled' | 'canceled', nullable, required — The status of the Lockbox Recipient.
  - `type` 'lockbox_recipient', required — A constant representing the object's type. For this resource it will always be `lockbox_recipient`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/increase/apis/increase-api-2.md) · [All operations](https://skmtc.net/increase/apis/increase-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/increase/increase-api-2/versions/e968bcd4dcf9/schema)
