List Lockbox Addresses
get/lockbox_addresses
Query parameters
cursorstring
Return the page of entries after this one.
limitinteger
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
created_at.afterstring date-time
Return results after this ISO 8601 timestamp.
created_at.beforestring date-time
Return results before this ISO 8601 timestamp.
created_at.on_or_afterstring date-time
Return results on or after this ISO 8601 timestamp.
created_at.on_or_beforestring date-time
Return results on or before this ISO 8601 timestamp.
idempotency_keystring
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Response
Lockbox Address List
Example response
{
"data": [
{
"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"
}
],
"next_cursor": "v57w5d"
}