Resource models
The API is organized around a handful of resources. This page is the map; the API Reference has the exhaustive, always-current field list and types for each one.
A physical piece of mail received at your address — the core resource.
Labels you organize mail into.
Your shipping and deposit destinations.
Requests to forward mail to one of your addresses.
Mail item
A scanned piece of mail. The central object you list, read, organize, archive, and discard.
Relationships: a mail item may belong to one folder and can be the subject of a shipment.
Folder
A user-defined label for organizing mail. Deleting a folder unfiles the mail inside it (the mail is not deleted).
Address
A shipping or deposit destination. One address per category can be the default.
Shipment
A read-only record of a request to forward mail to one of your addresses.
Ids are strings. Mail items and folders use numeric strings ("80421"); addresses and shipments
use UUIDs. Timestamps are ISO-8601 strings, so the SDKs map them to native date types.