get https://cpaas-sms-api.azurewebsites.net/SMS/v1.0/message/schedule
Retrieve all scheduled SMS messages associated with your account, including their scheduled timestamp in Unix, sender, content, and more.
Note:
- Retrieved messages have a schedule time in the future.
- To schedule a message, include the Unix timestamp (in seconds) in the
scheduledAt
parameter when sending a message to only one recipient using the Send Text Message POST HTTP method.