Request
Behavior
- Rate limit: 10 requests per minute
- The request validates the target and queues asynchronous work
- The response confirms queueing; it does not confirm scan completion
- No Enterprise scan-status endpoint is documented
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Queue an authorized scan from the Enterprise API and understand its asynchronous result model.
GET /api/v1/enterprise/on-demand-scans?target={authorized_target}
AUTHORIZED_TARGET="your-owned-domain.example"
curl --get "https://fullhunt.io/api/v1/enterprise/on-demand-scans" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
--data-urlencode "target=$AUTHORIZED_TARGET"
