Retrieve an Inbound Mail Item
get/inbound_mail_items/{inbound_mail_item_id}
Path parameters
inbound_mail_item_idstring required
The identifier of the Inbound Mail Item to retrieve.
Response
Inbound Mail Item
Example response
{
"checks": [
{
"amount": 1750,
"back_file_id": "file_makxrc67oh9l6sg7w9yc",
"check_deposit_id": "check_deposit_f06n9gpg7sxn8t19lfc1",
"front_file_id": "file_makxrc67oh9l6sg7w9yc",
"status": "deposited"
},
{
"amount": 1750,
"back_file_id": "file_makxrc67oh9l6sg7w9yc",
"check_deposit_id": "check_deposit_f06n9gpg7sxn8t19lfc1",
"front_file_id": "file_makxrc67oh9l6sg7w9yc",
"status": "deposited"
}
],
"created_at": "2020-01-31T23:59:59Z",
"file_id": "file_makxrc67oh9l6sg7w9yc",
"id": "inbound_mail_item_q6rrg7mmqpplx80zceev",
"lockbox_address_id": "lockbox_address_lw6sbzl9ol5dfd8hdml6",
"lockbox_recipient_id": "lockbox_3xt21ok13q19advds4t5",
"recipient_name": "Ian Crease",
"rejection_reason": null,
"status": "processed",
"type": "inbound_mail_item"
}