Operational resources
Operational endpoints expose what an agent needs to send safely and monitor mailbox health without adding mutation authority.Sender identities
UseGET /mailbox/identity to read the mailbox’s default sender name and
signatures. Use PATCH /mailbox/identity to update name,
text_signature, and html_signature.
Mailbox API sends use this sender name by default and append the matching
plain text or HTML signature when the send body includes that format.
GET /mailbox/identities lists all sender identities available to the
authenticated mailbox.
Send submissions
Use submissions to inspect queued, sent, failed, or cancelled send lifecycle records separately from themessages/send request that created them.
Read one submission with
GET /mailbox/submissions/{submission_id}. Poll
GET /mailbox/submissions/changes?since_state=... to sync submission object
changes.
Quotas and usage
Use quotas for detailed limits andusage for a compact health view.
Poll
GET /mailbox/quotas/changes?since_state=... to sync quota changes.