Timezones List all languages Official Documentation mailerlite.languages.get() .then(response => { console.log(response.data); }) .catch(error => { if (error.response) console.log(error.response.data); });