SUPPORT.TWILIO.COM END OF LIFE NOTICE: This site, support.twilio.com, is scheduled to go End of Life on February 27, 2024. All Twilio Support content has been migrated to help.twilio.com, where you can continue to find helpful Support articles, API docs, and Twilio blog content, and escalate your issues to our Support team. We encourage you to update your bookmarks and begin using the new site today for all your Twilio Support needs.

Procedure to Find the Twilio Account SID

Overview

A Twilio Account SID is a 34-character alphanumeric identifier that begins with the letters β€œAC" and can be found on the dashboard when logging into the Twilio Console. It is a unique key that is used to identify a specific Twilio Parent Account or Subaccount and is a credential that acts as a username.

 

Environment

legacy Twilio Console

 

What You Need To Know

Where to find your Twilio Account SID on a Parent Account πŸ”—

A Twilio Account SID can be found on the Twilio Console dashboard under Account Info.

 

Where to find your Twilio Account SID on a Subaccount πŸ”—

  1. Alternatively, you can find the Account SID of a Subaccount by clicking on the drop-down box next to your account name.
  2. From there select View Subaccounts in the drop-down list.
  3. Then, select the respective Subaccount you're searching for on the next page.
  4. Once selected you'll be taken to that Subaccounts dashboard which will look relatively the same as the Parent Accounts dashboard. You can find the Subaccount Account info at the bottom of that page.
     

View your Parent Account SID and Subaccount SID(s) via the REST API πŸ”—

You can also gather your Parent Account SID and all Subaccount SID(s) via the REST API. This doc goes over how to gather that information in our various programming languages.

Below is a sample curl on how to gather than information from the CLI:

curl -X GET "https://api.twilio.com/2010-04-01/Accounts.json?PageSize=20" \
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN

 

Find your Parent Account SID and Subaccount SID(s) via communications email πŸ”—

You can also find your account Sid in Twilio communications sent to your registered email.

 

Find your Parent Account SID and Subaccount SID(s) via your Twilio invoice πŸ”—

Your Twilio invoice will also provide the Account SID.


Additional Information

It’s very important to keep your Account SID and Auth Token hidden. Do not commit it anywhere, as someone can access your full project if they have your Account SID and Auth Token (which acts as a username & password) shown above.

Have more questions? Submit a request
Powered by Zendesk