unlock_report
Unlock a completed scan's full findings and fix plan by submitting your email during an active campaign. Receive a token and report URL for 24 hours.
Instructions
Unlock a completed scan's full findings and fix plan for free during an active campaign. Behavior: records the submitted email as a lead and issues a 24h report token (not read-only). Returns { token, expires_at, report_url }. Only works while a free campaign is active (otherwise returns 403 — use create_checkout_handoff instead). Call this only when get_scan shows access.campaign; then re-poll get_scan or call generate_fix_plan with the returned token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address used to unlock the free report; captured as a lead. Any valid email works during the campaign — it need not match the scanned domain. | ||
| scanId | Yes | The completed scan to unlock. |