GET Subscriber WhatsApp Stats​
GET
/whatsapp/subscribers/{id}/stats
Return WhatsApp message counters for the contact profile stats panel. PRO (requires FluentCampaign Pro WhatsApp module).
Required capability: fcrm_read_emails
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​
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)
Parameters​
Path Parameters
id*
Subscriber/contact ID.
Type
Requiredinteger
Responses​
WhatsApp message counters for the subscriber.
application/json
JSON
{
"stats": {
"total": 0,
"sent": 0,
"received": 0,
"campaign": 0,
"read": 0
}
}