Get contact subscription stats (total, subscribed, unsubscribed, blocked).
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/contacts/stats \
--header 'Authorization: Bearer <token>'{
"total": 123,
"subscribed": 123,
"unsubscribed": 123,
"blocked": 123
}Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/contacts/stats \
--header 'Authorization: Bearer <token>'{
"total": 123,
"subscribed": 123,
"unsubscribed": 123,
"blocked": 123
}