---
title: "Get timezone by ID"
method: GET
path: "/api/v1/meta/timezones/{id}"
tags: ["Account Information", "Public API"]
---

# Get timezone by ID

`GET /api/v1/meta/timezones/{id}`

Retrieves a single timezone by its numeric ID. Returns the same timezone resource shape used by the list endpoint.

OAuth Scopes: meta

## Path parameters

- `id` integer, required

## Response `200`

The timezone resource

- TimezoneResource — A timezone resource.
  - `id` string — The timezone ID.
  - `gmtOffset` string — The GMT offset label (e.g. "(GMT-07:00)").
  - `name` string — The display name of the timezone.
  - `utcName` string — The IANA/UTC timezone identifier.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Timezone not found
- `500` — Internal server error

---

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