Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

The Conversations API Overview


The Conversations API allows you to create conversational (back-and-forth) messaging across multiple channels: Chat, WhatsApp, and SMS.


API Base URL

api-base-url page anchor

All URLs in the reference documentation use the following base URL:


_10
https://conversations.twilio.com/v1

(information)

Info

You can control your connectivity into Twilio's platform by including your specific edge location in the subdomain. This will allow you to bring Twilio's public or private network connectivity closer to your applications for improved performance.

For instance customers with infrastructure in Australia can make use of the sydney edge location by using the base url of:


_10
https://conversations.sydney.us1.twilio.com/v1


This API uses HTTP Basic Authentication(link takes you to an external page) for authentication. Pass your Account SID as the username and Auth Token as the password (find them in the console(link takes you to an external page)).


The Conversation resource is the primary resource, representing a unique thread of a conversation.

A Conversation has the following sub-resources:

The Conversation Webhook resource covers webhook configurations for all Conversations.


Refer to our quickstart guide for a step by step introduction to Conversations and an overview of commonly used features.


Rate this page: