// Send an SMS with one API call
const response = await fetch('https://api.cast.wayvzgroup.com/v1/sms', {
method: 'POST',
headers: { Authorization: 'Bearer ' + apiKey },
body: JSON.stringify({
to: '+9613197119',
from: 'Cast',
text: 'Your code is 4829'
})
});
// { "id": "msg_ab12", "status": "delivered" }
9:41
••••• 5G
Cast
Your verification code is 4829. Expires in 10 minutes.