GET List SMS Campaigns​
Retrieve a paginated list of SMS campaigns. Supports filtering by status, search term, labels, and sorting. Optionally includes campaign statistics and labels. PRO (requires FluentCampaign Pro SMS module).
Required capability: fcrm_read_emails
Route exists only while the SMS module is enabled; the policy returns false otherwise.
Enforced by SMSPolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro with the SMS module enabled. While SMS is switched off the route is not registered at all and returns a 404.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Search campaigns by title.
Filter by campaign statuses.
Column to sort by.
"id"Sort direction.
"ASC""DESC""DESC"Include related data. Use stats to include next step config and formatted labels.
Filter by label term IDs.
Number of results per page.
15Page number.
1Messaging channel to list campaigns for.
"sms"Responses​
Paginated list of SMS campaigns.