Empowering Minds with Tech Knowledge.

How to setup OTP SMS API in your code?

How to setup OTP SMS API in your code?

22/February/2025 16:38    Comments (0)     Share:        Bookmark

Note: If you have bought OTP after 1/Mar/2025, then use below API.

1. Once you purchase the OTP SMS service, you will get your API Key in your client area.


2. Use the PHP code below to send the OTP from your website/application. If you want, you can use API to integrate in any language. We are using PHP here, because of high demand by users.

$num="Enter mobile number here";
$otp="OTP number to send";
$dv_key="Enter key here";

$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$otp_url="https://dvhosting.in/api-sms-v3.php?api_key=$dv_key&number=$num&otp=$otp";
$response = file_get_contents($otp_url, false, stream_context_create($arrContextOptions));

?>

Comments (0)
Leave a Reply

Your email address and mobile will not be published.

Trending Blog
How to install SSL in cPanel?
16/October/2024 12:24
How to install SSL in cPanel?
How to install SSL in Vestacp Panel?
24/September/2024 17:12
How to install SSL in Vestacp Panel?
How to install software in aaPanel?
16/October/2024 18:13
How to install software in aaPanel?
How to setup basic website?
16/October/2024 19:04
How to setup basic website?
How to setup News/Blog website?
16/October/2024 22:55
How to setup News/Blog website?
How to setup a prime website?
09/January/2025 14:26
How to setup a prime website?
Related Blog

03/February/2025 19:43 Comments (0)
How to send message using WhatsApp API?
22/February/2025 16:38 Comments (0)
How to setup OTP SMS API in your code?

Subscribe our Newsletter