Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Get a contact's last activity by contact key

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

Same as Get a contact’s last activity (GET /api/v3/contacts/{email}/last-active), 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.

200 OK. Same shape as GET /api/v3/contacts/{email}/last-active.

Media type application/json
object
items

Full field list under GET /api/v3/contacts/{email}/last-active.

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

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