Nodrix API Hub

Official documentation and endpoint reference.

Systems Operational

Base URL

https://otp.nodrix.in/index.php
GET / POST

System Health

?action=health

Returns the current operational status and server time.

GET / POST

Request OTP

?action=[type]&email=[user@email.com]

Generates a secure 6-digit OTP and sends it via email. Expires in 5 minutes.

Valid Action Types:
  • register
  • login
  • forgot_password
POST

Verify OTP

?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.