ReOTP.
Inicio/Introducción a ReOTP
1 min read

Introducción a ReOTP

Descubre cómo integrar la verificación por WhatsApp y Telegram en tu aplicación.

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.

Sandbox de API interactivo (Interactive API Playground)

Prueba el envío directo de solicitudes de verificación y genera códigos de integración en el lenguaje de programación que prefieras.

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"
  }'