Learn how to integrate RoidNet OTP into your application. Our simple REST API allows you to send secure verification codes via WhatsApp with minimal configuration.
Authentication
All requests to the RoidNet OTP API must be authenticated using an API key. Your API key should be included in the header of every request as x-api-key.
httpHeader format
x-api-key: otp_live_xxxxxxxxxxxxxxxxxxxxxxxx
Keep your API key secret. Never expose it in client-side code (browsers, mobile apps). Always perform API calls from your backend server.