Welcome to the CommanderOne2025 API. This API provides authentication and user management endpoints for your application.
/v1/api/Auth (Version 1)/v2/api/Auth (Version 2 - 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/v1/api/Auth/ResetPassword/v1/api/Auth/ResetPasswordEmailFor interactive API documentation and testing, visit: /swagger