Authentication
Senthrex uses bearer-token authentication for scan operations.Header
Authorization: Bearer <token>
Example
GET /) is a health/info endpoint and does not require authentication.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate to Senthrex with a bearer token.
Authorization: Bearer <token>curl -X GET "https://rts-senthrex.slayers.tech/scans" \
-H "Authorization: Bearer $SENTHREX_TOKEN"
GET /) is a health/info endpoint and does not require authentication.