Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Gets the list of timezones and their timezoneId values.
timezoneId
Successful response
const response = await fetch('https://eu1.make.com/api/v2/enums/timezones', { method: 'GET', headers: {}, }); const data = await response.json();
{ "timezones": [ { "id": 0, "name": "text", "code": "text", "offset": "text" } ] }