Send security events from external systems (SIEM, EDR, detection tools) to Whalemate.
Record real incidents outside of the platform's simulations.
Impact an employee's Human Risk Score based on the event's severity.
Endpoint:
POST {{base_url}}/api/companies/v1/custom-eventsTo get the production host (
base_url), contact your Whalemate representative or write to us through the support chat.
Authentication:
The API uses API Key authentication via the X-API-KEY header.
X-API-KEY: tu_api_key_de_empresaYou can generate or check your API Key from Configuración → General → API Keys → Claves Activas.
Required headers:
Header | Value |
|---|---|
|
|
|
|
| Your company API Key |
Request body (JSON):
Field | Type | Required | Description |
|---|---|---|---|
| string | ✅ | Event title |
| string | ✅ | Email of the affected employee (must belong to your organization) |
| string | ✅ |
|
| string | ❌ | Optional description of the event |
The