Enterprise APIs
Enterprise Alerts
Retrieve account-scoped asset and exposure change events with organization, date, and page filters.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve account-scoped asset and exposure change events with organization, date, and page filters.
GET /api/v1/enterprise/alerts
| Parameter | Required | Description |
|---|---|---|
org | No | Organization ID |
page | No | Page number starting at 1 |
from | No | Start date in DD/MM/YYYY |
to | No | End date in DD/MM/YYYY |
curl --get "https://fullhunt.io/api/v1/enterprise/alerts" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
--data-urlencode "org=$FULLHUNT_ORG_ID" \
--data-urlencode "page=1"
