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:
account_get
Get your account information.
Name | Type | Description |
---|---|---|
token | string | Your API token |
account_edit
Update your account settings, currently we only support changing account’s timezone.
Name | Type | Description |
---|---|---|
token | string | Your API token |
timezone | string | New account timezone |