Complete guide to integrating and using RDX OTP Bot API. Get started in minutes with our simple REST API.
Choose a plan that fits your needs and complete the purchase. You'll receive your API key immediately.
Access your dashboard and configure the bot token. Copy your API credentials for use in your application.
Use the API endpoint with your credentials to start receiving OTP codes instantly.
curl -X POST https://api.rdxotp.com/v1/otp/request \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d 'phone": "+1234567890'All API requests must include your API key in the Authorization header:
Authorization: Bearer your_api_key_hereKeep your API key secure and never share it publicly. You can regenerate your key at any time from your dashboard.