---
title: "Retrieves configuration details for the authenticated Avaza account, including timesheet settings, currency, branding, and feature flags."
method: GET
path: "/api/Account"
tags: ["Account"]
---

# Retrieves configuration details for the authenticated Avaza account, including timesheet settings, currency, branding, and feature flags.

`GET /api/Account`

## Response `200`

Returns the account configuration details.

- AccountDetails — Account-level configuration details including timesheet settings, currency, and branding options.
  - `AccountID` integer — Unique identifier for the Avaza account.
  - `CompanyName` string — The registered company/organisation name for the account.
  - `Subdomain` string — The unique subdomain for the account (e.g. 'mycompany' in mycompany.avaza.com).
  - `AccountEmail` string — The primary email address associated with the account.
  - `hasStartEndTimesheets` boolean — Whether the account is configured to track start and end times on timesheet entries.
  - `has24HourTimesheetFormat` boolean — Whether the account displays times in 24-hour format (true) or 12-hour format (false).
  - `WeeklyTimesheetReminder` boolean — Whether weekly timesheet reminder emails are enabled for the account.
  - `LockApprovedTimesheets` boolean — Whether approved timesheets are locked from further editing by standard users.
  - `TimesheetDayOfWeek` integer — The day of the week that starts the timesheet week (0=Sunday, 1=Monday, etc.).
  - `TimesheetDisplayFormatCode` string — The display format for timesheets (e.g. decimal hours vs hours:minutes).
  - `AllowHidingCompletedTasksOnTimesheet` boolean — Whether users can hide completed tasks when selecting tasks on timesheets.
  - `CurrentServerTimeISO` string — Format: ISO "YYYY-MM-DD HH:mm:ss.SSS"
  - `SC` string
  - `DefaultCurrencyCode` string — ISO 3 letter base Currency Code for the account
  - `ExpenseApprovalRequired` boolean — Whether the account requires expenses be approved.
  - `LockApprovedExpenses` boolean — Approved expenses get locked from subsequent editing by standard expense users.
  - `BrandPrimaryColor` string — A custom branding color for the account. Available on paid accounts.
  - `BrandPrimaryColorLuminance` string — A determination of the luminance of the Brand Primary Color (possible values: 'Dark', 'Medium', 'Light'). This can be used to determine appropriate font colors to sit on top of the brand color.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
