Skip to content

Get all the details of an email inbox message

Request

GET /v3/email-inbox-messages/{messageId}
Security
API_Key
Path
messageIdnumberrequired
GET
/v3/email-inbox-messages/{messageId}
curl -i -X GET \
  'https://api.observepoint.com/v3/email-inbox-messages/{messageId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The details of the email inbox message

Bodyapplication/json
subjectstringrequired
receivedAtstring
sendingPlatformstringrequired
sendingEmailstringrequired
linksScannedintegerrequired
headersArray of objectsrequired
screenshotstringrequired
screenshotThumbstringrequired
emailRawHtmlstringrequired
linksScannedValuesArray of stringsrequired

All links found in the email message

Response
{ "subject": "string", "receivedAt": "string", "sendingPlatform": "string", "sendingEmail": "string", "linksScanned": 0, "headers": [ {} ], "screenshot": "string", "screenshotThumb": "string", "emailRawHtml": "string", "linksScannedValues": [ "string" ] }