Site detail

Site example…

Cadence, scope rules, ownership history, and last scan results. Wire your dashboard to GET /api/v1/sites/:id and /api/v1/sites/:id/verification-history for live data.

Configuration

  • · URL: (loaded from API)
  • · Status: verified | pending_verification | suspended
  • · Cadence: change at /sites
  • · Scope rules: includePaths / excludePaths / maxPages / maxDepth / crawlRateMs
  • · Auth config: none | basic | form | oauth | api_key | cookies_bundle

Recent scans

List populated from GET /api/v1/scans?siteId=….

Open scans →

Trigger a scan

POST /api/v1/scans with { siteId: "example" }. Gated on verified ownership.

If you see a 412 response, complete ownership verification first.

Verification history

Every challenge issued + every verify attempt is logged in ownership_verifications.

GET /api/v1/sites/example/verification-history