Reference
REST API
A JSON REST API to create scans, poll their status, and read structured reports. Authenticate every request with your API key in the ONSCANNER-KEY header.
Base URL
api.onscanner.com
Auth header
ONSCANNER-KEY
Format
JSON
Authenticated request
Replace <your-key> with a key from your dashboard.
curl
curl https://api.onscanner.com/me/ \ -H "ONSCANNER-KEY: <your-key>"
Full API reference
Every public endpoint, with its request and response shape. Expand any endpoint to see parameters and try a live request with your API key.