2FA Setup
This endpoint authenticates a user using their email and password. If 2FA is enabled for the user, an additional verification step is required. After validating the initial credentials, the system will either return a 2FA challenge response or complete the login if 2FA is not enabled.
Method | API Endpoint |
---|---|
POST | https://admin-eficyent.rare-able.com/api/user/tfa_update |
Body Params
email required
password required Max : 30 characters | Regex /^[^\s]+$/
verification_code optional 6 Digit Code
from_method optional Accepted Values : login , transaction