Overview Provide compliant unsubscribe handling and manage category preferences. UnsubscribeDocumentation Index
Fetch the complete documentation index at: https://docs.fluxomail.com/llms.txt
Use this file to discover all available pages before exploring further.
- Public endpoint:
POST /api/unsubscribe(also accepts GET withemail/token). - Links are added to headers and footer automatically; tokens verify contact identity.
- GET
/api/v1/preferences?token=...→ contact, categories, current subscriptions. - POST
/api/v1/preferenceswith{ token, subscriptions: [{ categoryKey, subscribed }] }. - When using API keys: scopes
preferences_read/preferences_manage.
- Transactional emails: respect user’s global unsubscribed status.
- Marketing categories: let users opt in/out per topic.
- API: Preferences
- API: Unsubscribe
