curl --request GET \
--url https://api.hubapi.com/email/public/v1/events/{created}/{id}{
"appId": 123,
"appName": "<string>",
"created": 123,
"emailCampaignId": 123,
"id": "<string>",
"portalId": 123,
"recipient": "<string>",
"type": "<string>",
"browser": {
"family": "<string>",
"name": "<string>",
"producer": "<string>",
"producerUrl": "<string>",
"type": "<string>",
"url": "<string>",
"version": [
"<string>"
]
},
"hmid": "<string>",
"location": {
"city": "<string>",
"country": "<string>",
"state": "<string>",
"latitude": 123,
"longitude": 123
},
"response": "<string>",
"sendId": "<string>",
"smtpId": "<string>",
"subject": "<string>",
"userAgent": "<string>"
}curl --request GET \
--url https://api.hubapi.com/email/public/v1/events/{created}/{id}{
"appId": 123,
"appName": "<string>",
"created": 123,
"emailCampaignId": 123,
"id": "<string>",
"portalId": 123,
"recipient": "<string>",
"type": "<string>",
"browser": {
"family": "<string>",
"name": "<string>",
"producer": "<string>",
"producerUrl": "<string>",
"type": "<string>",
"url": "<string>",
"version": [
"<string>"
]
},
"hmid": "<string>",
"location": {
"city": "<string>",
"country": "<string>",
"state": "<string>",
"latitude": 123,
"longitude": 123
},
"response": "<string>",
"sendId": "<string>",
"smtpId": "<string>",
"subject": "<string>",
"userAgent": "<string>"
}Scope requirements
The creation timestamp (in milliseconds since epoch) of the event to return.
The unique ID of the event to return.
Email event retrieved successfully
The application ID
The application name
The creation timestamp
The email campaign ID
The event ID
The portal ID
The recipient email address
The event type
Show child attributes
The HubSpot message ID
Show child attributes
The response message
Show child attributes
The send ID
The SMTP ID
The email subject
The user agent
Was this page helpful?