Skip to main content

Quickstart

This guide shows the standard RTSWPScan lifecycle: initiate a scan, then fetch the report.

1) Set your API key

2) Start a scan (recommended: POST)

The response includes a scan_id you’ll use to retrieve the report.

3) Fetch the report

Pending reports

If the report is not ready, the API may respond with 404 and a JSON body like:
In that case, wait and retry with backoff.

Next steps

  • /rtswpscan/api/start-scan-post
  • /rtswpscan/api/get-report