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
}Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
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
}