lockboxes
Get a Lockbox
Get a lockbox by its unique identifier.
A Lockbox represents a vendor that receives physical mail and scans checks on Chariot's behalf.
get/v1/lockboxes/{id}
Path parameters
idstring required
The unique identifier for the lockbox
Response
Successfully retrieved the lockbox.
Example response
{
"id": "lockbox_01j8rs605a4gctmbm58d87mvsj",
"address": {
"city": "New York",
"country": "US",
"line1": "123 Main St.",
"line2": "Suite 2504",
"postal_code": "12345",
"state": "NY"
},
"created_at": "2020-01-31T23:59:59Z",
"updated_at": "2020-01-31T23:59:59Z"
}