> ## 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 Senthrex with a bearer token.

# Authentication

Senthrex uses bearer-token authentication for scan operations.

## Header

* `Authorization: Bearer <token>`

## Example

```bash theme={null}
curl -X GET "https://rts-senthrex.slayers.tech/scans" \
  -H "Authorization: Bearer $SENTHREX_TOKEN"
```

The root endpoint (`GET /`) is a health/info endpoint and does not require authentication.
