Getting Started/Introduction to ReOTP
1 min read
Introduction to ReOTP
Learn how to integrate WhatsApp and Telegram verification into your application.
The ReOTP system provides a simple and direct API that allows you to build your own User Interface the way that suits your website or application design. We don't force any ready-made designs (Widgets) on you, instead, we give you the complete freedom to create the User Experience (UX) you see fit and matching your visual identity.
Why ReOTP?
- Complete Design Freedom: Full control over the look and feel of the registration interface.
- Security and Reliability: Built-in protection against bots and spam messages.
- Massive Savings: Eliminates the need for expensive SMS costs.
- Support for Preferred Channels: WhatsApp and Telegram with smart server wakeup to maintain performance speed.
Interactive Live API Playground
Test verification requests live and generate integration code in your preferred programming language.
curl -X POST https://reotp.com/api/verify/init \
-H "Authorization: Bearer 15a1c1c7-ed05-40df-b7c3-69c327542a07" \
-H "Content-Type: application/json" \
-d '{
"phoneNumber": "201000000000",
"method": "WHATSAPP"
}'