Login the user
POST/api/v2/Account/login
Validates the user credentials.
If the login was successful, generates and returns the a valid JWT.
If the login was unsuccessful, returns the appropriate error message.
Request
Query Parameters
Use this param to override the culture of the response. Options: - en (default) - es
- application/json-patch+json
- application/json
- text/json
- application/*+json
Body
The login request containing the user's email, password, and a flag indicating whether to remember the user on this device.
Possible values: non-empty
Possible values: non-empty
Body
The login request containing the user's email, password, and a flag indicating whether to remember the user on this device.
Possible values: non-empty
Possible values: non-empty
Body
The login request containing the user's email, password, and a flag indicating whether to remember the user on this device.
Possible values: non-empty
Possible values: non-empty
Body
The login request containing the user's email, password, and a flag indicating whether to remember the user on this device.
Possible values: non-empty
Possible values: non-empty
Responses
- 200
- 400
- 401
- 403
- 500
Success
There was a validation error. Please check your request data.
- application/json
- Schema
- Example (from schema)
Schema
errors
object
nullable
{
"message": "string",
"errors": {}
}
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error