Account
The workspace behind the key: its name, currency, timezone and week start.
GET/api/v1/account
Returns the workspace your key belongs to. Useful as a credential check, and as the way to learn which currency every mrr figure elsewhere is denominated in.
Response fields
| name string | Workspace name. |
| currency string | Uppercase ISO currency code, for example USD or BRL. |
| time_zone string | IANA timezone the workspace computes periods in. |
| week_start_on string | monday or sunday, used by weekly intervals. |
curl https://kometrics.com/api/v1/account \
-H "Authorization: Bearer ko_your_api_key"