Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Get a contacts overview

GET
/api/v3/contacts/overview
curl --request GET \
--url 'https://api.tryletterhead.com/api/v3/contacts/overview?api=true' \
--header 'Authorization: Bearer <token>'

Returns the summary banner rollup for your company-level audience: total subscriber count, total channel and newsletter-group counts, and a breakdown of your channels into three health buckets (growing, stable, needsAttention).

This is a company-level (v3) read. Authenticate with a company API key as a Bearer token.

api
required
boolean

Required. Set to true.

200 OK

Media type application/json
object
items
object
totalSubscribers
integer
totalChannels
integer
totalGroups
integer
health
object
growing
integer
stable
integer
needsAttention
integer
lastUpdated
string
message
string
total
integer
Example
{
"items": {
"totalSubscribers": 48213,
"totalChannels": 6,
"totalGroups": 2,
"health": {
"growing": 3,
"stable": 2,
"needsAttention": 1
},
"lastUpdated": "2026-08-30T04:00:11+00:00"
},
"message": "Contacts overview",
"total": 1
}

Still can’t find what you need? Contact support.