Enterprise-grade delivery of one-time-passcodes via WhatsApp, SMS, and Telegram, with automatic cross-channel fallback for high-reliability verify flows.
curl -X POST https://api.owlgrid.dev/v1/verifications \ -H "Authorization: Bearer og_live_••••••••" \ -d '{ "to": "+201001234567", "channels": ["whatsapp", "sms"], "metadata": { "user_id": "9421" } }'
Engineered for Sub-Second Delivery
Designed to be the easiest part of your auth stack.
Set up your environment in the OwlGrid console. Configure your preferred channels and sender identities.
Securely generate your og_live_ keys. OwlGrid uses standard Bearer token authentication for all requests.
Integrate the REST API. Your users receive codes via their preferred channel, with automatic fallback built in.