GET Get Subscriber SMS Logs​
Retrieve paginated SMS message logs for a specific subscriber/contact. Each log entry includes the message content, phone number, timestamps, and type. Supports filtering by SMS type and ordering. 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
Subscriber (contact) ID.
Query Parameters
Number of results per page.
20Page number.
1Filter by SMS type. Use all to show all types.
"all""campaign""automation""custom_sms""all"Sort direction by created_at.
"asc""desc""asc"Responses​
Paginated SMS logs for the subscriber.