This shows you the differences between two versions of the page.
|
developers:api:account [2014/10/16 13:03] Jaco van Wyk created |
developers:api:account [2014/10/17 09:26] (current) Jaco van Wyk |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Accounts ====== | ====== Accounts ====== | ||
| + | Retrieve the current account and return it's details. | ||
| + | |||
| + | ===== Parameter listing ===== | ||
| + | |||
| + | ^Name ^Availability ^Description^ | ||
| + | |depth |get |The depth parameter signals the amount of data for the given account. depth=0 is the highest level which provides full detail.| | ||
| + | |id |get |The id of the current account.| | ||
| + | |xid |get |The xid of the current account in the system. This is guaranteed to be unique over all accounts (see [Concepts - Xid] (/home/concepts/xid))| | ||
| + | |username |get |The username of the current account.| | ||
| + | |settings |get |The settings of the current account including branding data, company data, billing data and payment methods.| | ||