get
https://rslr.connectbind.com:8443/OtpApi/generatesms
Generates a numeric OTP and sends it to the specified mobile number via SMS,
using the Reseller-tier OTP service. The OTP is injected into the message
template using the %m escape character.
Authentication: Query-parameter based — username + password.
How %m works:
| You send (decoded) | Recipient receives |
|---|---|
Your one time OTP is %m | Your one time OTP is 53105 |
URL-encoding note:
%must be encoded as%25in a query string,
so%mbecomes%25m. Example:msg=Your%20one%20time%20OTP%20is%20%25m
Example Request (from your listed URL):
GET https://api.rmlconnect.net/OtpApi/generatesms
?username=xxx-xxx
&password=xxxx
&msisdn=xxxx
&msg=Your%20one%20time%20OTP%20is%20%25m
&source=xxxxx
&tagname=ENSURESERV
&otplen=5
&exptime=60
Success Response Format (plain text):
1701|<destination>|<message_id>
Tier-Aware Credit Errors:
1025→ End User credit exhausted1026→ Reseller credit exhausted1027→ Distributor credit exhausted
Recent 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.