•   over 10 years ago

Not getting SMS on my number after executing curl command

curl "https://rest.nexmo.com/sms/json?api_key=a***701e&api_secret=****6228&from=NEXMO&to=919590283524&text=Welcome+to+Nexmo"

Response:-
{
"message-count": "1",
"messages": [{
"to": "919590283524",
"message-id": "02000000825F0579",
"status": "0",
"remaining-balance": "1.98400000",
"message-price": "0.00800000",
"network": "40510"
}]
}

But not message received on phone.Is the API down or something ?

  • 1 comment

  • Manager   •   over 10 years ago

    You can check the delivery in the tools section of the Nexmo dashboard, but are you using the international format of the number?

Comments are closed.