Skip to main content
GET
/
orgs
/
{org_id}
/
contacts
/
stats
Get Contact Stats
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
}

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

The ID of the org

Response

200 - application/json

Contact subscription stats

total
number
required
subscribed
number
required
unsubscribed
number
required
blocked
number
required