Email
Test Your Twilio API Key
Test your Twilio Account SID and Auth Token with the messages endpoint. Securely validate your credentials.
TwilioServer Side Only
Test your Twilio Account SID and Auth Token with the messages endpoint
Terminal Required
This API cannot be tested directly in the browser due to CORS or security restrictions. Use the generated command below in your terminal.
curl -X POST "https://api.twilio.com/2010-04-01/Accounts/ACCOUNT_SID/Messages.json" \
--data-urlencode "To=+15558675310" \
--data-urlencode "From=+15017122661" \
--data-urlencode "Body=Hello from Twilio" \
-u "ACCOUNT_SID:"