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.
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": {
}
}
}
}
}