Empowering Minds with Tech Knowledge.

If you are using DV Hosting OTP SMS API, you can easily check your available OTP SMS balance using a simple API request.
https://dvhosting.in/otp_count_api.php?api_key=API_KEY
Replace API_KEY with your actual API key.
curl "https://dvhosting.in/otp_count_api.php?api_key=YOUR_API_KEY"
{
"return": true,
"sms_count": 150,
"message": "OTP SMS count fetched successfully."
}
| Parameter | Description |
|---|---|
| return | API request status (true/false) |
| sms_count | Available OTP SMS balance |
| message | Response message |
{
"return": false,
"message": "Missing API Key."
}
{
"return": false,
"message": "Invalid API Key."
}
The API returns data in JSON format, making it easy to integrate with PHP, Python, Node.js, Java, and other programming languages.
Your email address and mobile will not be published.