Open aleph0ne opened 4 years ago
I see GetSMS as an option, but it requires I know about the SMS. Is there an option to get all existing SMS messages like:
GetSMS
curl -X GET 'https://api.twilio.com/2010-04-01/Accounts/{accountID}/Messages.json?PageSize=20&From="+{phone}"' \ -u {accountID}:{authKey}
I see
GetSMS
as an option, but it requires I know about the SMS. Is there an option to get all existing SMS messages like:curl -X GET 'https://api.twilio.com/2010-04-01/Accounts/{accountID}/Messages.json?PageSize=20&From="+{phone}"' \ -u {accountID}:{authKey}