---
title: "Get supported timezones"
method: GET
path: "/meta/supported-timezones"
tags: ["Meta"]
---

# Get supported timezones

`GET /meta/supported-timezones`

This endpoint lists the timezones which are supported by the platform.

A `Site` may sell offerings to customers in one of the timezones listed here.

## Response `200`

A list of the platform's supported timezones

- object — Single-item envelope mixin. `allOf` this into any show response that wraps its `data` payload in an outer object; the concrete schema (e.g. `ShowUser`) adds its own `data` property with the appropriate `$ref` and keeps its own title so the SDK surface is unchanged.
  - `data` SupportedTimezone[], required
    - `code` string, required — The timezone code

## Other responses

- `401` — The user is unauthenticated

---

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