v4
latestOpenAPI 3.1.02026-08-012402353.8 MBCreate a Lockbox Address
The Lockbox Address starts with a pending status and a null address. Shortly after creation, Increase generates the mailing address and the status becomes active. You can only create Lockbox Recipients for an active Lockbox Address.
post/lockbox_addresses
Request body
Example request
{
"description": "Lockbox Address 1"
}Response
Lockbox Address
Example response
{
"address": {
"city": "San Francisco",
"line1": "1234 Market St",
"line2": "Ste 567",
"postal_code": "94114",
"state": "CA"
},
"created_at": "2020-01-31T23:59:59Z",
"description": "Lockbox Address 1",
"id": "lockbox_address_lw6sbzl9ol5dfd8hdml6",
"idempotency_key": null,
"status": "active",
"type": "lockbox_address"
}