post
https://api.twilio.com/2010-04-01/Accounts.json
Aside having one account which is your main account, you can also create more accounts. Subaccounts are useful for things like segmenting phone numbers and usage data for your customers and controlling access to data.
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 |