MailerLite
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/timezones

Response

Response code: 200 OK
{
  "data": [
    {
      "id": "370",
      "name": "Europe/Vilnius",
      "name_for_humans": "Europe/Vilnius (+03:00)",
      "offset_name": "+03:00",
      "offset": 180
    }
  ]
}

On this page