mailItems
Get a Mail Item
Get a mail item by its unique identifier.
A Mail Item is a unit of physical mail received at a Lockbox.
get/v1/mail_items/{id}
Path parameters
idstring required
The unique identifier for the mail item
Response
Successfully retrieved the mail item.
Example response
{
"id": "mail_01j8rs605a4gctmbm58d87mvsj",
"lockbox_id": "lockbox_01j8rs605a4gctmbm58d87mvsj",
"status": "processed",
"received_at": "2020-01-31T23:59:59Z",
"scans": [
{
"file_id": "file_01j8rs605a4gctmbm58d87mvsj",
"created_at": "2020-01-31T23:59:59Z"
}
],
"created_at": "2020-01-31T23:59:59Z",
"updated_at": "2020-01-31T23:59:59Z"
}