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.
- application/json
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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Authorizationstring
Describes the authentication token in jwt format.
isMfaboolean
Indicates the authentication flow using MFA
{
"Authorization": "string",
"isMfa": true
}
Loading...