GET WhatsApp Settings​
GET
/campaign-pro-settings/whatsapp-settings
Retrieve WhatsApp module settings, provider options, and webhook information. PRO (requires FluentCampaign Pro).
Required capability: fcrm_manage_settings
Enforced by SettingsPolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro. Without it the route does not exist.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
WhatsApp settings and provider options.
application/json
JSON
{
"settings": {
},
"options": {
},
"whatsapp_webhook": {
}
}