get
https://api.twilio.com/2010-04-01/Accounts/.json
It returns a representation of an account
Response Definition
| Item | Description | Data type |
|---|---|---|
| auth_token | The authorization token for this account. This token should be kept a secret, so no sharing. | string |
| date_created | The date that this account was created, in GMT in RFC 2822 format | string |
| date_updated | The date this account was last updated in GMT in RFC 2822 format. | string |
| friendly_name | A human-readable description of this account, up to 64 characters long. By default, the FriendlyName is your email address. | string |
| owner_account_sid | The unique 34-character ID represents the parent of this account. The OwnerAccountSid of a parent account is its sid. | string |