Spin up WhatsApp sessions, pair via QR, and send OTPs using per-user API keys. A clean dashboard keeps operations simple for your team.
Create or reuse sessions with the bridge and monitor readiness.
2FA enforcement, remembered devices, and revoke controls.
Send OTPs, fetch QR, and check status with simple JSON calls.
Session lifecycle, QR retrieval, and OTP send in a handful of routes.
POST /api/v1/wa/sessions — create/reuse session (X-Internal-Key)GET /api/v1/wa/sessions/{id}/qr — QR for pairingGET /api/v1/wa/sessions/{id}/status — session readinessPOST /api/v1/send-otp — send WhatsApp OTP (api_key)POST /api/v1/auth/2fa/* — TOTP setup and confirmationMeet users where they are. Faster delivery, rich context, and quick confirmations.
Email verification, TOTP, and remembered-device controls keep access tight.
From account to OTP in minutes.