MailerLite API
Timezones
Fetch the list of timezone IDs you can assign to subscribers and account settings.
Use this GET request to get all available timezones
GET https://connect.mailerlite.com/api/timezonesResponse
Response code: 200 OK{
"data": [
{
"id": "370",
"name": "Europe/Vilnius",
"name_for_humans": "Europe/Vilnius (+03:00)",
"offset_name": "+03:00",
"offset": 180
}
]
}