Skip to main content

Login

POST 

/v1/auth/login-verification

Login

This endpoint verifies user login credentials and handles two-factor authentication (2FA). It accepts optional query parameters for specifying an email template and locale. Upon successful validation, it sends a confirmation code via email using the selected template. Responses include success confirmation, forbidden access due to 2FA requirements, or invalid credentials error.

Request

Query Parameters

    template string

    The email template to use

    locale string

    The locale to use

Body

required
    email stringrequired
    isForAdmin booleannullable
    passwordHash stringrequired

Responses

Confirmation code sent to email

Schema

    string

Loading...