Skip to main content
GET
/
meta
/
timezones
List Timezones
curl --request GET \
  --url https://api.eflow.team/v1/meta/timezones \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "timezones": [
    {
      "timezone_id": 123,
      "timezone_name": "<string>",
      "timezone": "<string>",
      "utc_offset": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve all available timezones. Timezone IDs are used in most API endpoints involving dates and times, especially reporting. Your account’s default timezone can be found via the network info endpoint.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json
timezones
object[]