List scheduled SMS:
This method will show you all the SMS scheduled for future delivery.
URL:
https://voip-communications.net/api-v2/index.php/sms/scheduled
Method:
GET
Authentication:
Basic
You will get a JSON with the SMS scheduled.
To get a particular SMS, just add “smsid” returned by the POST method when you send/schedule a SMS to the end of the URL:
https://voip-communications.net/api-v2/index.php/sms/scheduled/5457655GSDR34534FR
Delete a scheduled SMS:
To delete a schedule SMS just call the next API:
URL:
https://voip-communications.net/api-v2/index.php/sms/scheduled/XXX
XXX = “smsid” of the SMS to be deleted. IF NOT XXX PROVIDED, ALL SCHEDULED SMS WILL BE DELETED.
Method:
Delete
Authentication:
Basic