# Retrieve JWT Retrieve a Java Web Token to authenticate against the API Endpoint: POST /auth/token Version: 2025.1 ## Request fields (application/x-www-form-urlencoded): - `username` (string, required) Your username - `password` (string, required) Your password ## Response 200 fields (application/json): - `token` (string) ## Response 401 fields