Allows a user to login with the provided credentials.
POST/gateway/auth/login
This endpoint authenticates the user and returns a token upon successful login. If the credentials are invalid, it returns an Unauthorized response.
Request
Responses
- 200
- 400
- 401
- 500
Success
Bad Request
Unauthorized
Server Error