cURL
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>" } ] }
The Everflow API key generated from the Control Center > Security.
OK
Show child attributes
Was this page helpful?