Authenticate Email OTP
POST {{baseUrl}}/v1/auth/otp/email:authenticate
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string | ||
ratio-client-id
|
string | ||
ratio-client-secret
|
string |
RESPONSES
status OK
{
"sessionJwt": "incididunt minim in",
"userMask": {
"id": "mollit",
"createTime": "eu cillum aute",
"updateTime": "anim sunt occaecat officia",
"phoneMask": "irure elit cupidatat est",
"preferredMfaMethod": "OTP_SMS"
}
} |
ENDPOINTS