Skip to main content
GET
/
api
/
v1
/
threats
/
by_internet_message_id
/
{id}
Get threats by Internet Message ID
curl --request GET \
  --url https://api.ocean.security/api/v1/threats/by_internet_message_id/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "results": [
    {
      "detection_time": "1970-01-01T11:59:59.000Z",
      "id": "<string>",
      "recipient_email": "<string>",
      "recipient_name": "<string>",
      "remediation_time": "1970-01-01T11:59:59.000Z",
      "sender_email": "<string>",
      "sender_name": "<string>",
      "source": "<string>",
      "subject": "<string>",
      "threat_indicators": [
        {
          "indicator_type": "<string>"
        }
      ],
      "threat_type": "<string>",
      "time": "1970-01-01T11:59:59.000Z"
    }
  ],
  "status": 123
}

Authorizations

X-Api-Key
string
header
required

API key for authentication

Headers

X-Api-Key
string
required

Authentication API Key

Path Parameters

id
string
required

Unique Internet Message ID to search for threats

Response

OK

results
object[]
status
integer