Skip to main content

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

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

The login request containing the user's email, password, and a flag indicating whether to remember the user on this device.

    email emailrequired

    Possible values: non-empty

    password passwordrequired

    Possible values: non-empty

    rememberMe boolean

Responses

Success

Loading...