gotwilio
gotwilio copied to clipboard
Get All SMS?
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}