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.Authenticate to Senthrex with a bearer token.
Authorization: Bearer <token>GET /) is a health/info endpoint and does not require authentication.