Returns the number of chats and broadcast recipients linked to this channel. Use before deletion to warn the user about impact.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/contacts/{contact_id}/channels/{channel_id}/stats \
--header 'Authorization: Bearer <token>'{
"chats": 123,
"broadcast_recipients": 123
}Bearer token authentication using your API key
Org ID
Contact ID
Channel ID
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/contacts/{contact_id}/channels/{channel_id}/stats \
--header 'Authorization: Bearer <token>'{
"chats": 123,
"broadcast_recipients": 123
}