Skip to main content
Version: latest

Authenticates the user for the specified crendentials

POST 

/v1/auth/authenticate

Creates a authentication request with the specified credentials

Request

Query Parameters

    setCookie boolean

    Default value: true

    Describes a way to set cookie from backend.

Body

required

Describes the credential details required for authentication

    emailIdstring

    Describes the email id required for the user to authenticate

    orgstring

    Describes the user's organization name to login

    passwordpassword

    Describes the password required for the user to authenticate

Responses

OK

Schema

    Authorizationstring

    Describes the authentication token in jwt format.

    isMfaboolean

    Indicates the authentication flow using MFA

Loading...