Authentication
WatchTower uses JWT bearer tokens for API authentication.Register
POST /api/v1/auth/register — Create a new tenant and admin user.
Login
POST /api/v1/auth/login — Authenticate and receive JWT tokens.API authentication with JWT tokens
POST /api/v1/auth/register — Create a new tenant and admin user.
POST /api/v1/auth/login — Authenticate and receive JWT tokens.