Enterprise APIs
Enterprise Vulnerabilities
Retrieve vulnerabilities observed on assets associated with the authenticated Enterprise account.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve vulnerabilities observed on assets associated with the authenticated Enterprise account.
GET /api/v1/enterprise/vulnerabilities
| Parameter | Required | Description |
|---|---|---|
org | No | Restrict results to an organization ID |
curl --get "https://fullhunt.io/api/v1/enterprise/vulnerabilities" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
--data-urlencode "org=$FULLHUNT_ORG_ID"
