get
https://rslr.connectbind.com:8443/OtpApi/otpcheck
Validates the OTP entered by the end user against the one generated
for that MSISDN.
Authentication: Query-parameter based — username + password.
Example Request:
GET https://api.rmlconnect.net/OtpApi/otpcheck
?username=xxx-xxxx
&password=xxxx
&msisdn=xxxxx
&otp=53105
Success Response:
101
Verification Flow:
1. User receives OTP via SMS (generatesms)
2. User enters OTP in your app/portal
3. App calls otpcheck with msisdn + otp
4. Platform returns 101 (valid) or an error code
5. App grants or denies access based on responseRecent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad request — one or more required parameters missing.
401Authentication failure.
500Internal server error. Contact support if this persists.