> ## Documentation Index
> Fetch the complete documentation index at: https://docs.techslayers.ca/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication

> Authenticate to RTSWPScan with an API key header.

# Authentication

All RTSWPScan endpoints require an API key header.

## Header

* `API-Key: <your_api_key>`

## Example

```bash theme={null}
curl -X GET "https://rtswpscan.slayers.tech/report/YOUR_REPORT_ID" \
  -H "API-Key: $RTSWPSCAN_API_KEY"
```
