latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-2082100373.0 KB

8446023e02fb

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.

idstring required

The unique identifier for the lockbox.

created_atstring date-time required

The date and time when the lockbox was created.

updated_atstring date-time

The date and time when the lockbox was last updated.

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"
}