Skip to main content
GET
/
orgs
/
{org_id}
/
contacts
/
{contact_id}
/
channels
/
{channel_id}
/
stats
Get related entity counts for a contact channel
curl --request GET \
  --url https://api.useinvent.com/orgs/{org_id}/contacts/{contact_id}/channels/{channel_id}/stats
{
  "chats": 123,
  "broadcast_recipients": 123
}

Path Parameters

org_id
string
required

Org ID

contact_id
string
required

Contact ID

channel_id
string
required

Channel ID

Response

200 - application/json

Related entity counts for a contact channel. Used to warn before deletion.

chats
number
required
broadcast_recipients
number
required