Stable, fast and secure delivery for one-time passwords. OTP traffic runs on its own priority lane — completely separate from bulk campaigns.
A verification code is only useful within seconds. That's why OTP messages are processed in a dedicated high-priority queue and sent over routes selected specifically for verification traffic in each country.
Your integration stays trivial: send the code through the same REST API, and the platform recognises OTP traffic and handles prioritisation and templating automatically.
Send the numeric code as the message — the platform applies your OTP template and pushes it down the priority lane.
Verification traffic is processed on a priority queue, separate from bulk sending.
Your OTP text is defined once as a template; the API only carries the code. No accidental content changes.
Delivery statuses are pushed to your system in real time.
# Numeric-only message = OTP → priority lane + template curl -X POST https://sms.uipapp.com/api/v1/hub/ \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action": "send", "numbers": ["+905301234567"], "message": "482913" }' → 200 OK { "status": "success", "campaign_id": "17529..." }
Start sending within minutes. Reach us on WhatsApp or Telegram — real humans answer.