GET
curl -i -X GET \
'https://api.observepoint.com/v3/email-inbox-messages/{messageId}' \
-H 'Authorization: YOUR_API_KEY_HERE'The details of the email inbox message
Response
{ "subject": "string", "receivedAt": "string", "sendingPlatform": "string", "sendingEmail": "string", "linksScanned": 0, "headers": [ { … } ], "screenshot": "string", "screenshotThumb": "string", "emailRawHtml": "string", "linksScannedValues": [ "string" ] }