---
title: "List time zones"
method: GET
path: "/v1/accounts/timezones"
tags: ["Accounts"]
---

# List time zones

`GET /v1/accounts/timezones`

Retrieves the list of all timezones supported by Databox, including their UTC offsets and IANA identifiers.

## Response `200`

Successful response containing the list of supported time zones.

- object
  - `requestId` string — Unique identifier for the request.
  - `status` string — Indicates the status of the request.
  - `timezones` Timezone[] — List of supported time zones with their UTC offsets and IANA identifiers.
    - `offset` string — UTC offset in ±HH:MM format.
    - `timezone` string — IANA identifier for the time zone.

## Other responses

- `401` — Error response indicating that the API key is missing or invalid.

---

[API](https://skmtc.dev/databox/apis/databox-api.md) · [All operations](https://skmtc.dev/databox/apis/databox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/databox/databox-api/revisions/8e7a3a444e6b/schema)
