Get all timezones

Returns the full list of IANA timezone names supported by the API.

Responses
  • application/json
Request Example for get/v1/config/timezones
curl http://api.mailreach.co/api/v1/config/timezones \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
  "timezones": [
    "Europe/Paris",
    "America/New_York",
    "Asia/Tokyo"
  ]
}