Timezones
A timezone is a named region and city — such as Europe/Warsaw — that you can assign to a contact.
Overview
You assign a timezone to a contact by passing a timezone's UUID as timezone_uuid when you create, upsert, or update the contact, and you can narrow a contact list to a single timezone with the same UUID. This endpoint group lists the available timezones so you can find the UUID to use.
The set of timezones is fixed and is the same for every account. The API exposes it read-only — there is no endpoint to create, change, or remove a timezone.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /timezones | List timezones |
Timezone Object
| Field | Type | Description |
|---|---|---|
uuid | string | Unique identifier for the timezone. Pass it as a contact's timezone_uuid. |
iana | string | IANA timezone name, e.g. Europe/Warsaw. |
region | string | Region part of the name, e.g. Europe. |
city | string | City part of the name, e.g. Warsaw. |