GET Get SMS Campaign Recipients​
Retrieve a paginated list of SMS message recipients for a specific campaign. Supports filtering by message status (sent, failed, delivered) and searching by subscriber details. 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​
Path Parameters
SMS campaign ID.
Query Parameters
Filter recipients by message status or activity.
"sent""failed""delivered""click"Search recipients by subscriber name, email, or other fields.
Number of results per page.
15Page number.
1Responses​
Paginated list of campaign recipients.