Account Object

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

String

The unique account ID.

email

String

The account email.

emailConfirmed

Bool

If the account's email has been confirmed.

created

Date (Unix Timestamp)

The date and time that the account was created.

used

Integer

How many servers in use by the account.

limit

Integer

The maximum number of servers that the account can have.

twofa

Bool

If two factor authentication is enabled on the account.

balance

Integer

The amount of balance the account holds. The amount is (USD * 1000).

costPerHr

Integer

The amount deducted from the account balance per hour (Excludes extra charges such as windows licensing costs).

billingAlert

Integer

How many days of remaining balance before daily email alerts are sent.

negativeAllowance

Integer

The amount of negative balance the account can hold.