Sites
Every site you’ve registered, with its verification status and scan cadence. Hit the API at /api/v1/sites to populate this view from your dashboard.
Add a site
POST /api/v1/sites with { url, verificationMethod, cadence, scopeRules? }. We return a token + per-method instructions.
Set cadence
POST /api/v1/cadence with { siteId, cadence }. Cadence options: on-demand · on-deploy · daily · weekly · bi-weekly · monthly · quarterly · semi-annual.
Trigger a scan
POST /api/v1/scans with { siteId }. Gated on verified ownership — returns 412 if the site is not yet verified.
Site details (live)
Replace the [id] in the URL bar to see a single site:
- · /sites/[id] — cadence, scope rules, last scan, verification history
- · /scans — cross-site scan list
- · /dashboard — aggregate