Twilio
active

Twilio is the leading cloud communications platform providing SMS, voice, video, and WhatsApp APIs. Offers programmable messaging, phone number provisioning, carrier lookups, and conversation intelligence. The industry standard for communication APIs.

messagingbasic$0.0079/call
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Twilio with your PincerAPI key. No separate signup needed.

# Get instructions for Twilio
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/twilio/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/twilio/your/endpoint/here"

Direct Setup

Endpoints

POST/Accounts/{AccountSid}/Messages.json

Send an SMS or MMS message.

💡 Use form-encoded POST. Auth is Basic (AccountSid:AuthToken). Status webhook via StatusCallback param.

GET/Accounts/{AccountSid}/Messages.json

List sent and received messages with filtering.

💡 Use to check message delivery status or retrieve conversation history.

POST/Accounts/{AccountSid}/Calls.json

Initiate an outbound voice call.

💡 Either Url (TwiML webhook) or Twiml (inline XML) is required. Call progresses through queued→ringing→in-progress→completed.

GET/v2/PhoneNumbers/{PhoneNumber}

Look up phone number information (carrier, caller name, line type).

💡 Base URL for lookups is https://lookups.twilio.com. Use to validate phone numbers before sending SMS.

Related APIs in messaging