Skip to main content

Authentication

Senthrex uses bearer-token authentication for scan operations.
  • Authorization: Bearer <token>

Example

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.