SMS, voice calls, and messaging. Programmable communication infrastructure.
https://api.twilio.com
Twilio's API lets you send SMS messages, make phone calls, and build messaging workflows. The REST API uses your Account SID and Auth Token for authentication via HTTP Basic Auth.
Every resource lives under your Account SID in the URL. Request and response bodies use JSON (or form-encoded for older endpoints). Test credentials let you simulate without sending real messages.
AC. This is your username| Method | Path | Description |
|---|---|---|
| POST | /2010-04-01/Accounts/{SID}/Messages.json |
Send an SMS or MMS |
| GET | /2010-04-01/Accounts/{SID}/Messages.json |
List sent/received messages |
| POST | /2010-04-01/Accounts/{SID}/Calls.json |
Initiate a phone call |
| GET | /2010-04-01/Accounts/{SID}/Calls.json |
List call records |
| GET | /2010-04-01/Accounts/{SID}/Usage/Records.json |
Get usage and billing data |
| GET | /2010-04-01/Accounts/{SID}/IncomingPhoneNumbers.json |
List your phone numbers |
Send order confirmations, shipping updates, and appointment reminders via SMS.
Send verification codes for login and sensitive operations.
Build interactive phone menus and call routing with TwiML.
Provision and manage phone numbers across 100+ countries.