curl --request POST \ --url https://api.telepie.com/v1/sms \ --header 'apikey: <api-key>'
SMS Campaign
Send OTP SMS
Our web app portal includes a robust feature for sending OTP (One-Time Password) SMS messages.
POST
https://api.telepie.com/v1/
/
sms
Send OTP SMS
Copy
curl --request POST \ --url https://api.telepie.com/v1/sms \ --header 'apikey: <api-key>'
This functionality is crucial for applications requiring enhanced security, such as user authentication, transaction verification, and password resets. The OTP SMS ensures that only the intended recipient can complete the action, adding an extra layer of security to your processes.”