Skip to content

account_* API functions

The following functions are for retrieving, and updating your account settings.

All parameters are listed in the table. Required parameters are in bold with no default values.

All account_* functions return account data like this:

{
"status": "success",
"code": 0,
"data": {
"id": 1,
"name": "Thuan",
"timezone": "America/New_York",
"plan": "Business",
"dailyExec": 50000,
"memberLimit": 5,
"expiryDate": "2030-12-24"
}
}

account_get

Get your account information.

NameTypeDescription
tokenstringYour API token

account_edit

Update your account settings, currently we only support changing account’s timezone.

NameTypeDescription
tokenstringYour API token
timezonestringNew account timezone