Returns the global email notification settings — digest schedule, sender details and template branding — falling back to the portal logo when no email-specific logo is set.
Endpoint
Method:
GETPath:
/admin/email-settingsEdition: Core
Controller:
AdminController@getEmailSettingsRoute source:
fluent-community/app/Http/Routes/api.php:103Controller source:
fluent-community/app/Http/Controllers/AdminController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET Get Email Settings
Returns the global email notification settings — digest schedule, sender details and template branding — falling back to the portal logo when no email-specific logo is set.
Controller: AdminController@getEmailSettings
Route source: fluent-community/app/Http/Routes/api.php:103
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Responses
Successful response