sfreiberg / gotwilio

Twilio library for Go (golang).
BSD 2-Clause "Simplified" License
342 stars 136 forks source link

Get All SMS? #78

Open aleph0ne opened 4 years ago

aleph0ne commented 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:

curl -X GET 'https://api.twilio.com/2010-04-01/Accounts/{accountID}/Messages.json?PageSize=20&From="+{phone}"' \ -u {accountID}:{authKey}