Auth
Authentication is the process of verifying the identity of users or applications attempting to access an API (Application Programming Interface).
Login
Login User
Request Body
Name
Type
Description
{
"status_code": "Integer", // 1
"status_text": "String", // Success
"message": "String",
"data": {
"email": "[email protected]",
"otp_type": "String", // login
"send_type": "String", // email or mobile
"expired_at": "UTC date",
"google2fa": "bollean"
}
}{
"status_code": "String", // 0
"status_text": "String", // Failed
"message": "String"
}Verify Login
Verify OTP for login
Request Body
Name
Type
Description
Resend Email OTP
Resend Email OTP
Request Body
Name
Type
Description
Resend Mobile OTP
Resend Mobile OTP
Request Body
Name
Type
Description
Register With Email
Register With Email
Request Body
Name
Type
Description
Register With Mobile
Register With Mobile
Request Body
Name
Type
Description
Verify Register
Verify Register OTP
Request Body
Name
Type
Description
Last updated