get https://api.nudgesecurity.io/api/1.0/events/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.nudgesecurity.io/api/1.0/events/event_id \
--header 'accept: application/json'
xxxxxxxxxx
18{
"account_id": 0,
"date": "2025-03-29T15:17:06.940Z",
"domain_canonical": "string",
"event_id": "string",
"from_email": "string",
"id": 0,
"plugin_id": "string",
"resources": [
{
"resource_type": "string",
"value": "string"
}
],
"type": "string",
"user_email": "string",
"user_id": 0
}