Skip to main content
GET
/
v1
/
analytics
/
visitors
/
{id}
Get an identified visitor
curl --request GET \
  --url https://api.scribe-mail.com/v1/analytics/visitors/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "distinct_id": "<string>",
    "traits": {},
    "first_seen_at": "2023-11-07T05:31:56Z",
    "last_seen_at": "2023-11-07T05:31:56Z",
    "first_touch": {
      "click_id": "<string>",
      "teammate_id": "<string>",
      "signature_template_id": "<string>",
      "email_id": "<string>"
    },
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "stats": {
    "count": 123,
    "value": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Success

data
object
required
stats
object
required

The visitor's lifetime engagement, summed from their recorded events.