Skip to main content

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

MethodEndpointDescription
GET/timezonesList timezones

Timezone Object

FieldTypeDescription
uuidstringUnique identifier for the timezone. Pass it as a contact's timezone_uuid.
ianastringIANA timezone name, e.g. Europe/Warsaw.
regionstringRegion part of the name, e.g. Europe.
citystringCity part of the name, e.g. Warsaw.