Skip to content

Notifications

Push notifications go to the iOS and Android apps, with generic text only: never a sender, subject or address.

Endpoint What it does
GET /notifications/preferences Which kinds the account receives.
PATCH /notifications/preferences Turn kinds on or off: newMail, devicePaired, deviceOffline, newSignIn, billing, each true or false.
PATCH /notifications/inboxes/:id Mute or unmute new-mail notifications for one address with { "muted": true }.
POST /notifications/devices Register a phone’s push token, with token and platform (ios or android).
DELETE /notifications/devices/:token Remove a push token.