GET SMS Settings​
GET
/campaign-pro-settings/sms
Retrieve the current SMS module settings, including the active SMS provider configuration and available provider options with their field definitions.
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​
SMS settings and provider options.
application/json
JSON
{
"settings": {
"enabled": "string",
"sms_provider": "string"
},
"options": {
"providers": {
"additionalProperties": {
"fields": {
}
}
}
},
"sms_webhook": "string"
}