The Account Object holds details about your account including its balance, how many servers it has and how much it is being charged per hour.
| Field | Type | Example | Description | 
|---|---|---|---|
| id | 
 | The unique account ID. | |
| 
 | The account email. | ||
| emailConfirmed | 
 | If the account's email has been confirmed. | |
| created | 
 | The date and time that the account was created. | |
| used | 
 | How many servers in use by the account. | |
| limit | 
 | The maximum number of servers that the account can have. | |
| twofa | 
 | If two factor authentication is enabled on the account. | |
| balance | 
 | The amount of balance the account holds. The amount is (USD * 1000). | |
| costPerHr | 
 | The amount deducted from the account balance per hour (Excludes extra charges such as windows licensing costs). | |
| billingAlert | 
 | How many days of remaining balance before daily email alerts are sent. | |
| negativeAllowance | 
 | The amount of negative balance the account can hold. | 
