Get new and unsubscribed contact counts over time with running total.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/contacts/growth \
--header 'Authorization: Bearer <token>'[
{
"date": "<string>",
"new": 123,
"unsubscribed": 123,
"blocked": 123,
"total": 123
}
]Bearer token authentication using your API key
day, week, month IANA timezone identifier (e.g. America/New_York)
Page number
Number of items to take
Next page token (Only used on special endpoints)
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/contacts/growth \
--header 'Authorization: Bearer <token>'[
{
"date": "<string>",
"new": 123,
"unsubscribed": 123,
"blocked": 123,
"total": 123
}
]