Skip to content

account_*

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

account_secret

Set a secret parameter to your account. When your cronjob runs, the keyword __secret__ in URL, POST data, HTTP headers will be replaced with this.

NameTypeDescription
tokenstringYour API token
secretstringThe secret parameter