ReOTP-Einführung
Erfahren Sie, wie Sie WhatsApp- & Telegram-Verifikation in Ihre App integrieren.
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.\n\n### Why ReOTP?\n- Complete Design Freedom: Full control over the look and feel of the registration interface.\n- Security and Reliability: Built-in protection against bots and spam messages.\n- Massive Savings: Eliminates the need for expensive SMS costs.\n- Support for Preferred Channels: WhatsApp and Telegram with smart server wakeup to maintain performance speed.
Interaktiver Live-API-Playground
Testen Sie den Live-Versand von Verifikationsanfragen und generieren Sie Integrationscode in Ihrer bevorzugten Programmiersprache.
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"
}'