Welcome to the CommanderOne2025 API. This API provides all services needed to run the CommanderOne application.
/v1/api/Auth (Version 1)/v1.1/api/Auth (Version 1.1 - future use)
The API uses JWT Bearer tokens for authentication. Obtain a token via the LogIn endpoint and include it in the Authorization header for protected requests:
Authorization: Bearer <your-jwt-token>
/v1/api/Auth/TestApi/v1/api/Auth/LogIn{ "userName": "string", "password": "string" }
/v1/api/Auth/ForgotPassword