Example searches: “Allow the user to change his password.”, “Resource to allow a user to disable OTP by email.”, “Tokens are considered as outdated every two weeks.”, “Returns information if the user is authenticated else it returns a 401”, “Resource to send an OTP by email to user.”
OTP by email sent
Invalid password Wrong or expired token Inactive user
curl \ --request GET 'http://api.example.com/auth/email-otp' \ --header "Authorization: $API_KEY"