The Proxy API Overview
公開ベータ
Twilio's Proxy API is currently available as a Public Beta product. Some features are not yet implemented and others may be changed before the product is declared as Generally Available.
Public Beta products are not covered by a Twilio SLA.
動作の仕組み
Twilio Proxy is exposed as a REST API that allows you to create masked / anonymized text and voice conversations between users.
The Proxy REST API allows you to create and manage:
Additionally, you can add phone numbers with Voice or SMS capabilities and SMS-capable short codes to a phone number pool.
REST API resources diagram
APIのベースURL
リファレンスドキュメントの URL はすべて、次のベース URL を使用しています。
https://proxy.twilio.com/v1
All requests to the Proxy REST API are served over HTTPS. Unencrypted HTTP is not supported.
認証
HTTP requests to the REST API are protected with HTTP Basic Authentication like other Twilio REST APIs. To learn more about how Twilio handles authentication, please refer to our security documentation.
To authenticate, you will need your Account SID and Auth Token from the Twilio Console:
You will use your Twilio Account SID as the username
and your Auth Token as the password
for HTTP Basic authentication.
ヘルパーライブラリ
If you use one of our helper libraries for C#, Java, Node.js, PHP, Python, or Ruby; you needn't worry about the URL for the API or how to do HTTP Basic authentication. The helper libraries take care of it for you.
はじめよう
Refer to our quickstart guide for a step by step introduction to Proxy, or browse the Proxy resources listed in the left-hand navigation for API Reference material.
ヘルプが必要ですか?
誰しもが一度は考える「コーディングって難しい」。そんな時は、お問い合わせフォームから質問してください。 または、Stack Overflow でTwilioタグのついた情報から欲しいものを探してみましょう。