Skip to main content
GET
Get Subscriber
Retrieve a subscriber by their email address. The response includes the base subscriber profile plus internal notes, list memberships, sequence enrollments, email engagement stats, and the most recent activity events. Open and click stats exclude detected email-security scanners and tracked brand assets by default. You can also retrieve by external ID with GET /api/v1/subscribers/external?externalId={externalId}.

Path Parameters

email
string
required
Subscriber email (URL encoded)

Query Parameters

externalId
string
External ID to use with /subscribers/external. Use this route for IDs that contain /.
includeMachineEngagement
boolean
default:"false"
Set to true to include detected scanner, preview, and tracked asset open/click events in emailStats and recent activity.
When machine engagement is included, open/click activity events include machine, engagementQuality, and classificationReasons fields so clients can distinguish human activity from scanners and tracked assets.

Responses