8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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}