---
title: "POST /timezone-lookup"
method: POST
path: "/timezone-lookup"
tags: ["Timezone Lookup"]
---

# POST /timezone-lookup

`POST /timezone-lookup`

Retrieves the timezones based on the address fields

## Headers

- `Authorization` string, string, required
- `Context` string, string, required
- `Accept` 'application/json', required

## Request body

- object
  - `country_name` string, required
  - `address_line_1` string
  - `address_line_2` string
  - `postal_code` string
  - `city` string
  - `province` string

## Response `200`

Successful response

- object
  - `timezones` string[], required

## Other responses

- `204` — No timezones could be found for the provided address fields
- `400` — Invalidate request
- `401` — Failed to authenticate the incoming request
- `default` — Internal Service Error

---

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