GET/lockbox_addresses/{lockbox_address_id}

Retrieve a Lockbox Address

Retrieves a Lockbox Address that can receive mail containing paper checks. Use lockbox_address_id to identify the address and review its status, description, and address details.

1 parameter
lockbox_address_idstringrequired
The identifier of the Lockbox Address to retrieve.

3 status codes
200Returns the Lockbox Address object, including its identifier, status, description, and address details.
addressobjectrequired
The mailing address for the Lockbox Address. It will be present after Increase generates it.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Lockbox Address was created.
descriptionstringrequired
The description you choose for the Lockbox Address.
idstringrequired
The Lockbox Address identifier.
idempotency_keystringrequired
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).
statusstringrequired
The status of the Lockbox Address.
Allowed:pendingactivedisabledcanceled
typestringrequired
A constant representing the object's type. For this resource it will always be `lockbox_address`.
Allowed:lockbox_address
4XXReturned when the request cannot be processed because of a client-side error.
5XXReturned when the request cannot be completed because of a server-side error.

Error handling

The lockbox_address_id path parameter must identify an existing Lockbox Address.