Skip to main content
GET
/
beta
/
guardian-ops
/
events
/
{eventId}
cURL
curl --request GET \
  --url https://api.abusix.com/beta/guardian-ops/events/{eventId} \
  --header 'Authorization: Bearer <token>'
{
  "create_date": "2023-11-07T05:31:56Z",
  "event_date": "2023-11-07T05:31:56Z",
  "event_id": "<string>",
  "event_type": "<string>",
  "sender_email": "[email protected]",
  "case_id": "<string>",
  "contract_id": "<string>",
  "customer_id": "<string>",
  "domain": "<string>",
  "event_details": {},
  "event_subtypes": [
    "<string>"
  ],
  "ip": "<string>",
  "recipient_email": "[email protected]",
  "resolved": true,
  "tags": [
    "<string>"
  ],
  "tenant_id": "<string>",
  "xarf_class": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

eventId
string
required

Response

200 response

create_date
string<date-time>
required

Timestamp when the event was created

event_date
string<date-time>
required

Timestamp of the event

event_id
string
required

Unique event identifier (UUID)

event_type
string
required

Type of event

sender_email
string<email>
required

Email of the report sender

case_id
string

Associated case identifier

contract_id
string

Contract identifier

customer_id
string

Customer identifier

domain
string

Domain associated with the event

event_details
object

Additional event details

event_subtypes
string[]

Event subtypes

ip
string

IP address associated with the event

recipient_email
string<email>

Email of the recipient

resolved
boolean

Whether the event has been resolved

tags
string[]

Event tags

tenant_id
string

Tenant identifier

xarf_class
string

XARF classification