Timezones
List IANA timezones
Return IANA timezones supported by the server (zoneinfo).
GET
/api/v1/timezonesReturn IANA timezones supported by the server (zoneinfo).
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/timezones"{ "items": [ { "value": "string", "label": "string" } ]}