Documentation

Complete guide to integrating and using RDX OTP Bot API. Get started in minutes with our simple REST API.

Getting Started
Follow these steps to integrate RDX OTP Bot into your application
1

Purchase a License

Choose a plan that fits your needs and complete the purchase. You'll receive your API key immediately.

2

Configure Your Bot

Access your dashboard and configure the bot token. Copy your API credentials for use in your application.

3

Make Your First Request

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'
Authentication

All API requests must include your API key in the Authorization header:

Authorization: Bearer your_api_key_here

Keep your API key secure and never share it publicly. You can regenerate your key at any time from your dashboard.

Need Help?
Our support team is here to assist you