Get contact count per channel type.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/contacts/by-channel \
--header 'Authorization: Bearer <token>'[
{
"type": "internal",
"count": 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.
Bearer token authentication using your API key
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/by-channel \
--header 'Authorization: Bearer <token>'[
{
"type": "internal",
"count": 123
}
]