Official documentation and endpoint reference.
https://otp.nodrix.in/index.php
?action=health
Returns the current operational status and server time.
?action=[type]&email=[user@email.com]
Generates a secure 6-digit OTP and sends it via email. Expires in 5 minutes.
registerloginforgot_password?action=verify&email=[user@email.com]&otp=[123456]
Validates the provided OTP against the database. Automatically destroys the token upon successful verification to prevent replay attacks.