Skip to main content

Authentication

All RTSWPScan endpoints require an API key header.
  • API-Key: <your_api_key>

Example

curl -X GET "https://rtswpscan.slayers.tech/report/YOUR_REPORT_ID" \
  -H "API-Key: $RTSWPSCAN_API_KEY"