API List/Twilio API

Twilio API

online

Communication APIs for SMS, voice calls, video, and email.

📱 CommunicationAuth: basicPopularity: 85/100Latency: 100ms
Run in Explorer →

Base URL

https://api.twilio.com

Authentication

Requires Basic authentication (username:password).

View Documentation →

Endpoints

POST/2010-04-01/Accounts/{AccountSid}/Messages.json
Try it →

Send an SMS message

GET/2010-04-01/Accounts/{AccountSid}/Messages.json
Try it →

List messages

Example Request

POST https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Messages.json

Example Response

{
  "sid": "SM...",
  "status": "queued",
  "to": "+1234567890"
}

Tags

smsvoicemessagingcommunication