SIEM Integration API¶
Pull Sophos Central events and alerts into a SIEM.
See the guide for a narrative walkthrough of this API.
Base URL¶
https://api-{dataRegion}.central.sophos.com/siem/v1 — Regional service in the production environment.
| Variable | Description | Default | Allowed values |
|---|---|---|---|
dataRegion | The data region where tenant data is stored. | eu01 | eu01, eu02, us01, us03, ca01, au01, jp01, in01, br01, ae01 |
Authentication¶
Every request carries an Authorization: Bearer header with an access token obtained through the client-credentials flow — see Get started.
Operations¶
Alerts¶
- Get alerts
GET/alerts
Events¶
See Schema reference for more on Events.
- Get events
GET/events
Schemas¶
Download¶