Contacts
Contact Stats
Get total and per-status contact counts for the acting user.
GET
/io/contacts/contacts/statsReturns total contact count broken down by subscription status.
{
"total": 1240,
"subscribed": 980,
"unsubscribed": 210,
"bounced": 38,
"complained": 12
}