When you first sign up with Twilio, you have just one account which is your main account. This account has its credentials used for making authenticated requests to the Twilio REST API. You can also make a GET
request to the Accounts resource to get related properties about your Twilio Account. The table below describes each of these properties in details:
Account Properties
Properties | Description | PII status |
---|---|---|
auth_token string | The authorization token for this account. This token should be kept a secret, so no sharing. | PII MTL: 30 days |
date_created string(date-time-rfc-2822) | The date that this account was created, in GMT in RFC 2822 format | NOT PII |
date_updated string(date-time-rfc-2822) | The date that this account was last updated, in GMT in RFC 2822 format. | NOT PII |
friendly_name string | A human readable description of this account, up to 64 characters long. By default the FriendlyName is your email address. | PII MTL: 30 days |
owner_account_sid SID(AC) | The unique 34 character id that represents the parent of this account. Pattern: ^AC[0-9a-fA-F]{32}$ Min length: 34 Max length: 34 | NOT PII |
sid SID(AC) | A 34 character string that uniquely identifies this resource. Pattern: ^AC[0-9a-fA-F]{32}$ Min length: 34 Max length: 34 | NOT PII |
status enum(string) | The status of this account. Usually active , but can be suspended or closed .Possible values: active suspended closed | NOT PII |
subresource_uris object(uri-map) | A Map of various subresources available for the given Account Instance | NOT PII |
type enum(string) | The type of this account. Either Trial or Full if it's been upgraded. Default value is Trial Possible values: Trial Full | NOT PII |
uri string | The URI for this resource, relative to https://api.twilio.com | NOT PII |