Scheduling
Get Timezone Options
Retrieve a complete list of all available IANA timezones supported by HookPulse
GET
Retrieve a complete list of all available IANA timezones supported by HookPulse. This endpoint returns all 500+ timezones that can be used in cron, clocked, and solar schedules.
Base URL
All API requests should be made to:Example request
Example response
Response fields
Data array
| Field | Type | Description |
|---|---|---|
label | string | Human-readable timezone label (same as value) |
value | string | IANA timezone identifier to use in schedule requests |
Root fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
data | array | Array of timezone objects (500+ timezones) |
Usage
Use thevalue field from the response when creating schedules that require timezone specification:
- Cron Schedules: Use in
cron_timezonefield - Clocked Schedules: Use in
clocked_timezonefield - Solar Schedules: Timezone is calculated based on coordinates
Timezone Coverage
HookPulse supports the complete IANA Time Zone Database, including:- All continents: Africa, America, Antarctica, Arctic, Asia, Atlantic, Australia, Europe, Indian, Pacific
- 500+ timezones: Complete coverage of all recognized timezones
- Automatic DST handling: Daylight Saving Time transitions are handled automatically
- Historical accuracy: Accurate timezone data for past and future dates
Common Timezones
Popular timezones you might use:America/New_York- Eastern Time (US)America/Chicago- Central Time (US)America/Denver- Mountain Time (US)America/Los_Angeles- Pacific Time (US)Europe/London- Greenwich Mean Time / British Summer TimeEurope/Paris- Central European TimeAsia/Kolkata- India Standard TimeAsia/Tokyo- Japan Standard TimeAustralia/Sydney- Australian Eastern TimeUTC- Coordinated Universal Time
Related Documentation
- Scheduling Overview - Learn about scheduling types and features
- Add Cron Schedule - Create a cron-based schedule
- Add Clocked Schedule - Create a one-time scheduled task
Authorizations
API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.
Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.

