Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Get a contact's engagement breakdown by contact key

GET
/api/v3/contacts/keyed/{contactKey}/engagement
curl --request GET \
--url 'https://api.tryletterhead.com/api/v3/contacts/keyed/example/engagement?api=true' \
--header 'Authorization: Bearer <token>'

Same as Get a contact’s engagement breakdown (GET /api/v3/contacts/{email}/engagement), with the contact addressed by its contactKey instead of its email address.

contactKey
required
string

The contact’s opaque 64-character hex key.

api
required
boolean

Required. Set to true.

channel
string

Roll up only the contact’s activity on a single newsletter, by channel slug. Omit for every newsletter in the company.

200 OK. Same shape as GET /api/v3/contacts/{email}/engagement.

Media type application/json
object
items

Full field list under GET /api/v3/contacts/{email}/engagement.

object
message
string
total
integer
Example generated
{
"items": {},
"message": "example",
"total": 1
}

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