Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Get a contact's last activity

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

The contact’s email address, URL-encoded.

api
required
boolean

Required. Set to true.

200 OK

Media type application/json
object
items
object
label
string
occurredAt
string
message
string
total
integer
Example
{
"items": {
"label": "open",
"occurredAt": "2026-06-16T19:00:37+00:00"
},
"message": "Last active retrieved.",
"total": 1
}

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