getMailboxQuote
Get a display-only price quote for a mailbox plan. Requires authentication. Required: packageId (from listMailPlans). Optional: term ('MONTHLY' or 'ANNUAL', default ANNUAL). The backend re-derives the authoritative price at purchase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | ||
| packageId | Yes | ||
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. |