Twilio REST API
Tags:
[50]The Twilio REST API allows you to query meta-data about your account, phone numbers, calls, text messages, and recordings. You can also do some fancy things like initiate outbound calls and send text messages.
Since the API is based on REST principles, it’s very easy to write and test applications. You can use your browser to access URLs, and you can use pretty much any HTTP client in any programming language to interact with the API.
Provided by:
Twilio
API type:
Other
API format:
Other
API URL:
http://www.twilio.com/docs/api/rest/
Documentation URL:
http://www.twilio.com/resources/tarball/twilio-documentation.zip


